moment/src/gui/Base/HPauseAnimation.qml

11 lines
245 B
QML

// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
PauseAnimation {
property real factor: 1.0
duration: theme.animationDuration * factor
}