1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 01:33:50 +03:00

restore main layout anchoring animation

This commit is contained in:
Michail Vourlakos 2019-05-01 23:48:03 +03:00
parent 5cf047dcc5
commit fc9b683faf

View File

@ -237,6 +237,14 @@ Item{
return Latte.Types.BottomEdgeCenterAlign;
}
transitions: Transition {
enabled: editModeVisual.plasmaEditMode
AnchorAnimation {
duration: 0.8 * root.animationTime
easing.type: Easing.OutCubic
}
}
}
AppletsContainer {