forked from Shinonome/dots-hyprland
material symbols: disable filll anim for now
performance/memory concerns
This commit is contained in:
@@ -16,13 +16,13 @@ Text {
|
|||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
color: Appearance.m3colors.m3onBackground
|
color: Appearance.m3colors.m3onBackground
|
||||||
|
|
||||||
Behavior on fill {
|
// Behavior on fill {
|
||||||
NumberAnimation {
|
// NumberAnimation {
|
||||||
duration: Appearance?.animation.elementMoveFast.duration ?? 200
|
// duration: Appearance?.animation.elementMoveFast.duration ?? 200
|
||||||
easing.type: Appearance?.animation.elementMoveFast.type ?? Easing.BezierSpline
|
// easing.type: Appearance?.animation.elementMoveFast.type ?? Easing.BezierSpline
|
||||||
easing.bezierCurve: Appearance?.animation.elementMoveFast.bezierCurve ?? [0.34, 0.80, 0.34, 1.00, 1, 1]
|
// easing.bezierCurve: Appearance?.animation.elementMoveFast.bezierCurve ?? [0.34, 0.80, 0.34, 1.00, 1, 1]
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
font.variableAxes: {
|
font.variableAxes: {
|
||||||
"FILL": truncatedFill,
|
"FILL": truncatedFill,
|
||||||
|
|||||||
Reference in New Issue
Block a user