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 animation should be like each item should fall with contentY and settle in different x,y positions)


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?

Like below:

I'm trying to arrange list items in the form of arc as shown below and want to scale each element with an OutQuad animation, and highlight each element on key down event with a background image with a background image which moves forward and backword on key down and up respectively.



ListItem1



ListItem2 ---> highlighted on key down pressed it should also conatain a highlight image



ListItem3



ListItem4



ListItem5