diff --git a/containment/package/contents/ui/VisibilityManager.qml b/containment/package/contents/ui/VisibilityManager.qml index 961767def..3687c1a53 100644 --- a/containment/package/contents/ui/VisibilityManager.qml +++ b/containment/package/contents/ui/VisibilityManager.qml @@ -49,7 +49,7 @@ Item{ property int maskFloatedGap: maskIsFloating ? Math.max(0, metrics.margin.screenEdge - background.shadows.headThickness) : 0 property int animationSpeed: LatteCore.WindowSystem.compositingActive ? - (root.editMode ? 400 : animations.speedFactor.normal * 1.62 * animations.duration.large) : 0 + (root.editMode ? 400 : animations.speedFactor.current * 1.62 * animations.duration.large) : 0