7/20/2010 4:02:33 AM
Title:
Slide Effect For data in Spark List - Flex 4
I have a spark list with one row. And i have pagination to change the data provider(on click of next or previous icons). I need a slide effect when the data changes where in the existing data moves out and the new data slides in in the same row. How to get the same?
7/20/2010 4:22:49 AM
Hope the following link will help you....just configure it for your list and according to your previous and next button controls:
http://www.flex-blog.com/flex-4-effect-example-sliding-text-using-the-move-effect/
7/21/2010 11:34:34 AM
I think you need to extend the functionality of spark list control and override the addchildren function and add transition functionality there when new data is added.