Skip to content

Commit 4db6cf5

Browse files
committed
Use OutCirc easing
This feels a bit more natural.
1 parent 2275be9 commit 4db6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/Wave.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rectangle {
1010
color: Material.primary
1111
visible: size > 0.0
1212
Behavior on size {
13-
NumberAnimation { duration: 300; easing.type: Easing.InOutSine; }
13+
NumberAnimation { duration: 300; easing.type: Easing.OutCirc; }
1414
}
1515
layer.enabled: true
1616
layer.effect: MultiEffect {

0 commit comments

Comments
 (0)