mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 14:05:38 -05:00
notifications: improve general layout and visual b ugs
This commit is contained in:
@@ -91,7 +91,7 @@ ListView {
|
||||
}
|
||||
|
||||
displaced: Transition {
|
||||
enabled: !root.isUserScrolling
|
||||
enabled: false
|
||||
|
||||
NumberAnimation {
|
||||
properties: "y"
|
||||
@@ -101,11 +101,11 @@ ListView {
|
||||
}
|
||||
|
||||
move: Transition {
|
||||
enabled: !root.isUserScrolling
|
||||
enabled: false
|
||||
|
||||
NumberAnimation {
|
||||
properties: "y"
|
||||
duration: (root.atYBeginning && !root.isUserScrolling) ? Theme.mediumDuration : 0
|
||||
duration: 0
|
||||
easing.type: Theme.emphasizedEasing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user