[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-11 Thread Tom W.M.
First, I'd like to thank you for converting this great library to MochiKit. You have saved me a lot of trouble on a project that I'm working on. I have several suggestions:Get rid of the addEffect/addSubject dual API. It's confusing. Fumble around for two hours trying to figure out the difference,

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-10 Thread GHUM
Get it at:http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully vectorized version of Bernard Sumption's animator.js [2]. It eschews the use of classes and instead uses composition to build complex effects in a few lines of code. Full explanation and

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread troels knak-nielsen
That is so cool. On 11/8/06, Karl Guertin [EMAIL PROTECTED] wrote: var animation = cssAnimation(color:red; opacity: 0.5,$('example')); animation.play(); Get it at: http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully vectorized version of

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread Jorge Godoy
Bob Ippolito [EMAIL PROTECTED] writes: On 11/7/06, Karl Guertin [EMAIL PROTECTED] wrote: var animation = cssAnimation(color:red; opacity: 0.5,$('example')); animation.play(); Get it at: http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread Arnar Birgisson
Wow.. that is awesome.ArnarOn 11/7/06, Karl Guertin [EMAIL PROTECTED] wrote: var animation = cssAnimation(color:red; opacity: 0.5,$('example'));animation.play();Get it at: http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully vectorized version of

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread Bastos
Nice! :D --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread Bill Noon
Karl -- this looks great. There are three syntax errors that caused problems on Safari. You were missing ending ';' on three lines: 165, 433, 528. --Bill Noon Karl Guertin wrote: var animation = cssAnimation(color:red; opacity: 0.5,$('example')); animation.play(); Get it at:

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-08 Thread Matt
VERY nicely done! I especially like your Fisheye demo as that's something I've only seen done in Dojo thus far. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-07 Thread Jorge Godoy
Karl Guertin [EMAIL PROTECTED] writes: var animation = cssAnimation(color:red; opacity: 0.5,$('example')); animation.play(); Get it at: http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully vectorized version of Bernard Sumption's animator.js

[mochikit] Re: Announcing MochiKit.Animator - an animation engine that doesn't suck

2006-11-07 Thread Bob Ippolito
On 11/7/06, Karl Guertin [EMAIL PROTECTED] wrote: var animation = cssAnimation(color:red; opacity: 0.5,$('example')); animation.play(); Get it at: http://gr.ayre.st/~grayrest/animator/animator.html MochiKit.Animator is an enhanced, fully vectorized version of Bernard Sumption's