mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 15:57:26 -04:00
Add easing to page switching animation - OutCubic
This commit is contained in:
@@ -190,6 +190,7 @@ Rectangle {
|
|||||||
from: 0 - target.width
|
from: 0 - target.width
|
||||||
to: 0
|
to: 0
|
||||||
duration: 300
|
duration: 300
|
||||||
|
easing.type: Easing.OutCubic
|
||||||
}
|
}
|
||||||
PropertyAnimation {
|
PropertyAnimation {
|
||||||
target: exitItem
|
target: exitItem
|
||||||
@@ -197,6 +198,7 @@ Rectangle {
|
|||||||
from: 0
|
from: 0
|
||||||
to: target.width
|
to: target.width
|
||||||
duration: 300
|
duration: 300
|
||||||
|
easing.type: Easing.OutCubic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user