소스 검색

Reduce amplitude

Change-Id: Ic5d5a21a7c258ebda8318131154cc8f8e6a9dbc7
Donald Carr 5 년 전
부모
커밋
a1eb52e0c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }