mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 17:22:08 -04:00
anims: revise ListView animations
This commit is contained in:
@@ -14,7 +14,7 @@ Singleton {
|
|||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
duration: Theme.expressiveDurations.expressiveDefaultSpatial
|
duration: Theme.expressiveDurations.expressiveEffects
|
||||||
easing.bezierCurve: Theme.expressiveCurves.emphasizedDecel
|
easing.bezierCurve: Theme.expressiveCurves.emphasizedDecel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -31,16 +31,16 @@ Singleton {
|
|||||||
readonly property Transition displaced: Transition {
|
readonly property Transition displaced: Transition {
|
||||||
DankAnim {
|
DankAnim {
|
||||||
property: "y"
|
property: "y"
|
||||||
duration: Theme.expressiveDurations.expressiveDefaultSpatial
|
duration: Theme.expressiveDurations.normal
|
||||||
easing.bezierCurve: Theme.expressiveCurves.expressiveDefaultSpatial
|
easing.bezierCurve: Theme.expressiveCurves.expressiveEffects
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly property Transition move: Transition {
|
readonly property Transition move: Transition {
|
||||||
DankAnim {
|
DankAnim {
|
||||||
property: "y"
|
property: "y"
|
||||||
duration: Theme.expressiveDurations.expressiveDefaultSpatial
|
duration: Theme.expressiveDurations.normal
|
||||||
easing.bezierCurve: Theme.expressiveCurves.standard
|
easing.bezierCurve: Theme.expressiveCurves.expressiveEffects
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user