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?