fix popout anims

This commit is contained in:
2026-04-16 13:16:31 +02:00
parent 6d78a01659
commit 47b8d68d4b
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -31,14 +31,14 @@ Item {
}
}
Behavior on x {
enabled: root.offsetScale < 1
Anim {
duration: content.animLength
easing.bezierCurve: content.animCurve
}
}
Behavior on y {
enabled: root.offsetScale < 1
Anim {
duration: content.animLength
easing.bezierCurve: content.animCurve