7 lines
83 B
QML
7 lines
83 B
QML
|
import QtQuick
|
||
|
|
||
|
UniformAnimator {
|
||
|
property real frame
|
||
|
property var value
|
||
|
}
|