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