[Interest] QML ListView Transition/Animation when changing CurrentIndex

2012-10-05 Thread Ramakanthreddy_Kesireddy
Hi, I'm using Qt 5 Beta, QtQuick 2 and want to define Transitions when listview is loaded with different x,y positions of each listview. The delegate of the ListView contains a text and I want to change the highlight while changing to the next ListItem using key press. Is this possible? Th

[Interest] QML ListView Transition/Animation when changing CurrentIndex

2012-06-28 Thread Thomas . Gietlhuber-EXT
Hi, I'm using Qt 5 Alpha, QtQuick 2 and want to define Transitions when I switch the CurrentIndex (not the highlight) of a ListView. The delegate of the ListView contains an Image and I want to scale it while changing to the next ListItem. Is this possible? Thank You. ___