moment/src/qml/Base/HPauseAnimation.qml
2019-08-27 14:11:33 -04:00

8 lines
118 B
QML

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