0

I'm new to Flex.

I want to build cool web application in flex.

For displaying content of my site, I use viewstack and button bar. It is ready, but now I'd like to add some animation effect in that.

For example changing the navigation content shows flip animation. So how do I do that?

Help full link.

Vikas
  • 24,082
  • 37
  • 117
  • 159
  • Going to learn [Flex effects](http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf5fdc3-7fff.html#WS2db454920e96a9e51e63e3d11c0bf69084-7fb6) – Vikas Dec 15 '10 at 04:57
  • Later [this](http://blog.flexexamples.com/category/effects/) and [this](http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7e4d.html#WS2db454920e96a9e51e63e3d11c0bf6475a-7ff9) had helped me. – Vikas Dec 15 '10 at 06:43

2 Answers2

1

This sounds similar to another question: How can I nicely animate between viewstacks.

Perhaps that will help?

Community
  • 1
  • 1
Jason Towne
  • 8,014
  • 5
  • 54
  • 69
-2

That example shows the most basic kind of animation which is readily available using open and widely supported web-standards such as HTML, CSS, and JavaScript. The jQuery library will allow you to do this in just a few lines of code. Do you have an absolute requirement for flex?

Bobby Jack
  • 15,689
  • 15
  • 65
  • 97