moment/src/qml/Base/HPauseAnimation.qml

8 lines
118 B
QML
Raw Normal View History

2019-08-28 04:11:33 +10:00
import QtQuick 2.12
PauseAnimation {
property real factor: 1.0
duration: theme.animationDuration * factor
}