diff options
Diffstat (limited to 'modules/notifications')
| -rw-r--r-- | modules/notifications/Content.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 0ea6935..ecf2c0d 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -51,17 +51,6 @@ Item { } } - remove: Transition { - id: remove - - Anim { - property: "x" - to: remove.ViewTransition.item.x > 0 ? NotifsConfig.sizes.width : -NotifsConfig.sizes.width - duration: Appearance.anim.durations.large - easing.bezierCurve: Appearance.anim.curves.emphasizedAccel - } - } - move: Transition { Anim { property: "y" |