Compare commits
No commits in common. "0d490310b81def518e0d60cb4ea76f39375f9ea8" and "2026f8faed683e26530d12959c7d742d788bc6e5" have entirely different histories.
0d490310b8
...
2026f8faed
@ -52,15 +52,6 @@ Variants {
|
||||
easing.type: Easing.OutExpo
|
||||
}
|
||||
}
|
||||
remove: Transition {
|
||||
NumberAnimation {
|
||||
property: "x"
|
||||
from: 0
|
||||
to: notifList.width
|
||||
duration: 400
|
||||
easing.type: Easing.OutExpo
|
||||
}
|
||||
}
|
||||
|
||||
move: Transition {
|
||||
NumberAnimation {
|
||||
|
||||
@ -11,7 +11,7 @@ Rectangle {
|
||||
required property var modelData
|
||||
implicitWidth: ListView.view ? ListView.view.width : 300
|
||||
implicitHeight: fullLayout.implicitHeight + 20
|
||||
color: dismissArea.containsMouse ? Colors.surfaceContainer : Colors.surfaceContainerLowest
|
||||
color: dismissArea.containsMouse ? Colors.surfaceContainerLow : Colors.surfaceContainerHigh
|
||||
radius: 22
|
||||
Timer {
|
||||
id: dismissTimer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user