On Saturday, April 26, 2014, Cornelius Hald <h...@icandy.de> wrote: > Hi, > > I'm looking for a way to define an animation on PathView that should run > without user interaction. > > Setting the 'currentIndex' property gives a rather boring animation that > simply accelerates, decelerates and stops at the selected index. > > I'd like to have something like: > - accelerate > - spin around the path for 20s > - decelerate > - stop at selected index with some bounce easing >
Try a SequentianAnimation with the sub animations you listed. That will allow the next animation to start after the previous one has finished. Then you need to trigger the SequentialAnimation at the proper time.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest