[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: Dojo and MochiKit not playing nice

2006-11-08 Thread Matt
Sorry for the delay, my PSU went bad so I couldn't get at my code. I'm no Javascript guru (nor am I all that familiar with either MochiKit or Dojo internals), but based on the info linked, here's a quick-and-dirty to get things up and going with Dojo .4 and the current MochiKit CVS: In

[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: Syntax error in Controls.js

2006-11-08 Thread Bob Ippolito
On 11/8/06, bender19 [EMAIL PROTECTED] wrote: Bob, Looks like a missing close paren in Controls.js line 578. Thanks Chris Olsen It looks like you're right, and I've checked in a fix. However, I don't believe that Controls will make it into MochiKit 1.4. So don't be surprised if it