blob: 503d0aefa4a81a6ba06ccffb5dd8acce4fa3e70d (
plain)
1
2
3
4
5
6
7
8
9
10
|
import QtQml
QtObject {
property real startFrame
property real endFrame
property real currentFrame
default property list<KeyframeGroup> keyframeGroupes
property list<TimelineAnimation> animations
property bool enabled
}
|