moment/src/qml/Base/HYAnimator.qml

8 lines
113 B
QML
Raw Normal View History

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