Explorar o código

Reduce amplitude

Change-Id: Ic5d5a21a7c258ebda8318131154cc8f8e6a9dbc7
Donald Carr %!s(int64=5) %!d(string=hai) anos
pai
achega
a1eb52e0c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qml/3rdparty/effects/Wobble.qml

+ 1 - 1
qml/3rdparty/effects/Wobble.qml

@@ -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 }