views:

84

answers:

6

Hi folks,

I'm trying to implement a timeline based animation, where animations will be able to be:

  • paused
  • resumed
  • fast forwarded
  • slowed down
  • reversed
  • ...

Are there any animation/tweening engines for Javascript that could be used for such purpose? Or that would be highly recommended?


Hwlp would be great, especially as this really interests me! =)

+1  A: 

Try to use Yahoo UI:

http://developer.yahoo.com/yui/3/examples/

Look at Animation section.

loentar
A: 

You can take a look at jQuery animate at

http://www.visualjquery.com/

in the search field write "animate" click on item and you will see some examples there.

Zsolti
@Zsolti: jQuery is wonderful, but I find it quite hard to create a timeline based animation which is also flexible enough to be treated as a "movie".
RadiantHex
+1  A: 

I think all of these frameworks will do that for you (reverse isn't supported by all of them I see):

I prefer jQuery.

Peter Forss
@Peter: thanks for that, but what about starting an animation from a certain point in time, within the time frame?
RadiantHex
This might give you some idea:http://stackoverflow.com/questions/664867/scrolling-a-jquery-animation-backwards-and-forwards
Peter Forss
+1  A: 

I don't think what you're looking for exists, you should write it yourself.

Also I think Adobe is coming out with a set of tools for JS/HTML/CSS animations, you can check their presentation at Google IO.

Mark
@Mark: thanks Mark! I shall check that out!
RadiantHex
A: 

I think Jquery is great see some of cool Jquery animations http://motyar.blogspot.com/search/label/Animation you can create too

Motyar