Flex image transition animation
I wan开发者_如何学Got to implement horizontal image transition while changing image in slide show? HOw can it be done?
Have you looked at flex effects?
http://livedocs.adobe.com/flex/3/html/help.html?content=createeffects_4.html
For example, WipeRight might do something similar to what you're looking for, although your question isn't terribly clear:
http://livedocs.adobe.com/flex/3/langref/mx/effects/WipeRight.html
精彩评论