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:
parent
5cf047dcc5
commit
fc9b683faf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user