Refactor ContentView to add animated scrolling

This commit is contained in:
2022-09-07 21:03:12 -06:00
parent b9e5b92354
commit 5c8d0dacf5
3 changed files with 95 additions and 50 deletions
@@ -15,7 +15,13 @@ Column {
Row {
Item {
height: parent.height
width: 16
width: 16 + (xIndex * 270)
Behavior on width {
NumberAnimation {
duration: 200
easing.type: Easing.Linear
}
}
}
Text {
text: title