Hi guys.
I'm working on creating interactive learning activities for Sugar.
Currently I have troubles around animation, I'm trying to do basic animation
using (at this moment) js + jQuery
Here is a post talking about them:
http://karmaproject.wordpress.com/2009/06/09/animation-with-javascript-that-little-beast/

Maybe you could help with ideas about next issues:

*how to run parallel animations?. In fact, parrallel js code?
I have been using setTimeOut but this solution stinks.
BryanWB and kbrosnan (#firefox) has directed me to web workers.

*how to get something like layers?. It’s hard to work in the same layer.
I have been using div html tag and z-index property, it works, but.. does it
exists something better?

*js framerate?
Inspired by processingjs I wrote a minimalist draw function but… seems that
I need to adjust the framerate depending of the cpu, I wonder if it exists a
way to get the cpu lag…:S

thanks ind advance

felipe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to