How to create the curvilinear animation with QML
Hi,
As I know, to implement the animation with QML we need to give a start point and the end point. This kind of animation its moving path is a straight line, but how to create a curvilinear animation? It means the animation's moving path is a curvilinear line.
Thanks!
Re: How to create the curvilinear animation with QML
You can create almost every kind of animation : [URL="http://developer.qt.nokia.com/doc/qt-4.7/qdeclarativeanimation.html#id-52b58b27-f720-45af-93b8-65c13d267f0a"]QML animation[/URL]
just go through the document.
Best regards,