Thomas Fuchs
Hi, I'm Thomas Fuchs. I'm the author of Zepto.js, of script.aculo.us, and I'm a Ruby on Rails core alumnus. With Amy Hoy I'm building cheerful software, like Noko Time Tracking and Every Time Zone and write books like Retinafy.me.
   Want me to speak at your conference? Contact me!

Effects V2 – nearly finished

May 23rd, 2005

Most of the old effects are now reimplemented using my new Effects engine. Feel free to post your comments and wishes!

A new effect, Effect.MoveBy allows you to move elements around.

Also new: .Blind() and .SwitchOff()—two combination effects showing off what you can do with the new engine.

Head to the Effects V2 demo page

Update 2005/05/25: Done a bit of refactoring to allow standard from: and to: parameters. Added new core effect .Opacity(). Changed .Fade() and .Appear() to be prepackaged effects. Added .DropOut().