moment/src/qml/Base/HNumberAnimation.qml

7 lines
118 B
QML
Raw Normal View History

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