When the large ‘A’ is pressed the font-size increases a little. The smaller ‘A’ resizes the font to it’s original size. It’s a piece of eyecandy and it’s very effective for websites having small font-sizes. I checked how they implemented this function…
moo.fx, a superlightweight javascript effects library
Beauty in Design features high quality tutorial series for web design, JOOMLA, mootools, javascript and ajax, and even templates., MooTools for the Rest of Us is a series of tutorials that demonstrates, by ….
Hacked version of accordion.js: Can specify which elements you want open as an option. Option must be array of elements index.
example: You want elements 1, 2, and 3 opened on start, but not 4, and 5…
Accordion with color transition example
A nice example of the accordion effect
As a web application developer I’ve always found myself encountering hierarchical/tree type structures and needing a good, clear and easy way for people to re-organise them. So after mootools developed to a point where I figured it had the tools for…
I was interested in testing out the Sortable List functionality available in the effects portion of mootools. I put together a quick example of a Sortable List implementation, so feel free to check it out and view the source.
What follows is a how-to tutorial on the Mootools library and also serves as a unit test of sorts. Most of the code examples will allow you execute them by clicking on the “execute this code” link below the example. Clicking this will echo out the…