moment/src/qml/Base/HRotationAnimator.qml

8 lines
120 B
QML
Raw Normal View History

import QtQuick 2.12
RotationAnimator {
duration: theme.animationDuration * factor
property real factor: 1.0
}