Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Row {
- spacing: 1
- Repeater {
- model: "Hello World!"
- Text {
- id: letter
- text: modelData
- PropertyAnimation {
- target: letter
- property: "rotation"
- from: 0
- to: 360
- duration: 2000
- loops: Animation.Infinite
- easing.type: Easing.InOutBack
- running: true
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement