Where can I find examples of api detailed animation

I'm wanting to animations in code, but can not find much information on how to use the "animate" command

Without indicators in the editor or a detailed guide to the api code, it is difficult to work out the correct sytanx.

There is an api guide of base here:

http://www.Adobe.com/devnet-docs/edgeanimate/API/current/index.html

an example of how animate the opacity:

kitten_sym . animate ({opacity: 0}, 500);

but is there more info on the full range of functions and the animated properties?

Hi, new2oop-

The animate() API is actually jQuery animate() API.  You can find more information on it here:

http://API.jQuery.com/animate/

-Elaine

Tags: Edge Animate

Similar Questions

Maybe you are looking for