moment/src/qml/Base/HOpacityAnimator.qml

8 lines
119 B
QML

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