moment/src/gui/Base/HPauseAnimation.qml
2019-12-19 07:46:16 -04:00

10 lines
165 B
QML

// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
PauseAnimation {
property real factor: 1.0
duration: theme.animationDuration * factor
}