Ver código fonte

Reduce amplitude

Change-Id: Ic5d5a21a7c258ebda8318131154cc8f8e6a9dbc7
Donald Carr 5 anos atrás
pai
commit
a1eb52e0c7
1 arquivos alterados com 1 adições e 1 exclusões
  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 }