moment/src/qml/Base/HXAnimator.qml

8 lines
113 B
QML
Raw Normal View History

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