mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 04:27:26 -04:00
Merge pull request #954
476b727Smoother and faster animations for the menu buttons1ada4f8Decreasing menu button heightc349b5dAdd easing to page switching animation - OutCubic
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user