We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2275be9 commit 4db6cf5Copy full SHA for 4db6cf5
src/qml/Wave.qml
@@ -10,7 +10,7 @@ Rectangle {
10
color: Material.primary
11
visible: size > 0.0
12
Behavior on size {
13
- NumberAnimation { duration: 300; easing.type: Easing.InOutSine; }
+ NumberAnimation { duration: 300; easing.type: Easing.OutCirc; }
14
}
15
layer.enabled: true
16
layer.effect: MultiEffect {
0 commit comments