### Experimental script warning ### So I kept playing with the CSS3 transformations and made a couple of wrappers. It's all still very beta of course but I have a couple other cool effects to show you guys. Spin, Pulse, and Jiggle are the new blink and marquee. Check out the demo on MooShell: http://mooshell.net/ax4Gv/
Note, The jiggle effect is still pretty basic... I know jello doesn't move like that. Also this could all probably be joined into one script using the Matrix transform property, but I'm not at that stage yet. Finally, I have a feeling that Fx.CSS might be of use here but I can't figure out how to use it so yeah. If you're interested in the code, you can see the files at my SVN repository. There's three Fx classes and one Element class to work with the transform properties. Element.Transformations: http://mootools.code.pradador.com/browser/trunk/Source/Element/Element.Transformations.js Fx.Scale: http://mootools.code.pradador.com/browser/trunk/Source/Fx/Fx.Scale.js Fx.Rotate: http://mootools.code.pradador.com/browser/trunk/Source/Fx/Fx.Rotate.js Fx.Skew: http://mootools.code.pradador.com/browser/trunk/Source/Fx/Fx.Skew.js
