6 lines
79 B
QML
6 lines
79 B
QML
|
import QtQuick 2.7
|
||
|
|
||
|
NumberAnimation {
|
||
|
duration: HStyle.animationDuration
|
||
|
}
|