|
|
moo.fx
|
Java Script Based Frameworks
|
moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js.
It's easy to use, fast, cross-browser, standards compliant, provides controls to modify Height, Width, and Opacity with builtin checks that won't let a user break the effect with multiple crazy clicks. It's also optimized to make you write the lesser code possible.
moo.fx has been successfully tested with: Firefox, Safari and Internet Explorer. It should work in most of the gecko browsers too. Only Height and Width will work in Opera, since that browser does not support opacity.
moo.fx is not a replacement for script.aculo.us or other effects libraries. It's just a little alternative for people (like me) that do not need more than just simple, basic effects (and want to keep their filesize small).
How to use:
Initialize the objects in window.onload, using new fx.Height, new fx.Width or new fx.Opacity. Pass as parameter the element(a dom object or a string containing the ID of the element), and optionally duration (in ms) and onComplete (a function).
Please note that the item you want to toggle vertically cannot have top/bottom paddings or borders, and the item you want to toggle Horizontally cannot have left/right padding or borders. Then call the methods onClick/onWhatever.
Download moo.fx Documentation Step by Step Tutorial Demos
Read More...
|
|
|
|
|
|
|
|
|
|
|
|