8 lines
119 B
QML
8 lines
119 B
QML
|
import QtQuick 2.12
|
||
|
|
||
|
OpacityAnimator {
|
||
|
duration: theme.animationDuration * factor
|
||
|
|
||
|
property real factor: 1.0
|
||
|
}
|