Monday, May 16, 2011

Flex 4.5 – Using Mobile View Transitions


While navigating through a Flex mobile application from view to view (screen to screen), there is a default transition (animation or effect) that occurs by default and can be customized. It’s called a view transition in Flex mobile lingo, and there are 4 different classes available in the spark.transitions package for you to use out of the box in Flex 4.5:
  • SlideViewTransition
  • CrossFadeViewTransition
  • FlipViewTransition
  • ZoomViewTransition 

Flex 4.5 View Transitions Sample Demo 

No comments:

Post a Comment