Change-Id: Ic5d5a21a7c258ebda8318131154cc8f8e6a9dbc7
@@ -1,7 +1,7 @@
import QtQuick 2.8
Effect {
- property real amplitude: 0.04 * 0.05
+ property real amplitude: 0.04 * 0.01
property real frequency: 20
property real time: 0
NumberAnimation on time { loops: Animation.Infinite; from: 0; to: Math.PI * 2; duration: 600 }