mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
Smoother notepad closure animation
This commit is contained in:
@@ -66,7 +66,7 @@ PanelWindow {
|
|||||||
customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency)
|
customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency)
|
||||||
border.color: Theme.outlineMedium
|
border.color: Theme.outlineMedium
|
||||||
border.width: 1
|
border.width: 1
|
||||||
visible: isVisible
|
visible: isVisible || slideAnimation.running
|
||||||
|
|
||||||
transform: Translate {
|
transform: Translate {
|
||||||
id: slideTransform
|
id: slideTransform
|
||||||
|
|||||||
Reference in New Issue
Block a user