Qt Quick Timeline QML Types▲
To import the QML types into your application, use the following import statement in your .qml file:
Sélectionnez
import QtQuick.Timeline- 
					Keyframe: A keyframe. 
- 
					KeyframeGroup: A keyframe group. 
- 
					Timeline: A timeline. 
- 
					TimelineAnimation: A number animation attached to a timeline. 




