I'm wanting to code animations but can't find much information about how to use the 'animate' command.
Without code hinting in the editor or a detailed api guide it's difficult working out the correct sytanx.
There is a basic api guide here:
http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html
with an example of how to animate opacity:
kitten_sym.animate({opacity:0},500);
but is there more detailed info on the full range of animate properties and functions?