Hi Friends,
I am developing an application where i need to move all of my pages one by one on its own.I used Loader to load with help of ListModel.Upon MouseClick on page i am iterating through pages.What i need to do is ,it has to be automated so that after some delay it has to iterate through each page.I dont want to use timer object.I need to use Transitions here.
In the ListView I used move:Transition {
NumberAnimation {property:“x,y”;duration:500}
}….. so that wenever page gets loaded i need to have this effect on page which does not show any effect on pages…
so please kindly help me where i am stepping wrong or any ideas are highly appreciated..
Thanks in Advance….
↧