Hi
I have been trying to remade one of the OLE-Nepal activities : “Can And Can’t”

"can and can't" activity snapshot
It seems a little basic, well, I thought it at the begining.
so, after reading how to…tutorials about jQuery and (still reading) “jQuery in Action” book I didn’t found jQuery *really* useful but I must admit that I’m influenced by processingjs.
jQuery has an “animate” function, but seems pretty basic: it’s focused in text/class animation, not properly images. *All* I can do is to “move” objects whitin an area, the good part is that it supports relative moves (+/- number) the bad part is that it only moves in a straight line, the code looks like:
$(".object").<strong class="selflink">animate</strong>( {"right" : "+=10px"}, "slow");
What about easing equations?, what about a trajectories?…
So, if that does not exist.. we must develop it
so we’re currently thinking what is the best to do:
- to develop a animation tool from scratch
- to extend jQuery (the animation tool)
- to use processingjs
He bad thing about processingjs is that it’s very demanding (talking about performance), so what can we expect in a XO? (ps if you have one, please run some of its demos and talk to us).
What do you think?. byt the way we’re not trying to reinvent the wheel.
