Merge pull request #954

476b727 Smoother and faster animations for the menu buttons

1ada4f8 Decreasing menu button height

c349b5d Add easing to page switching animation - OutCubic
This commit is contained in:
luigi1111
2017-11-22 11:57:55 -06:00
2 changed files with 8 additions and 6 deletions

View File

@@ -191,6 +191,7 @@ Rectangle {
from: 0 - target.width
to: 0
duration: 300
easing.type: Easing.OutCubic
}
PropertyAnimation {
target: exitItem
@@ -198,6 +199,7 @@ Rectangle {
from: 0
to: target.width
duration: 300
easing.type: Easing.OutCubic
}
}
}