May 2010
1 post
Initial pause added for $.easy.rotate() and...
Now we are able to define initial pause (timeout) for starting rotating child elements within functions $.easy.rotate() and $.easy.cycle()
The value of the parameter called initPause will define how long (in milliseconds) the script will wait before starting to rotate child elements. Default value for this option is zero, that means that both functions will act as they did before this update -...
March 2010
2 posts
Gallery functionality
This functionality was actually intended to be a part of the first release of the Easy front-end framework, but due to a lack of time I decided to publish Easy without it. I added it now, so all of you, dear user can now create galleries.
Gallery functionality is built on top of the $.easy.popup() function. It is actually a way of “connecting” a group of thumbnails into gallery by...
Cycle option added
This is still in it’s experimental, not fully functional phase, but I added a new functionality called cycle. This function is very similar to already existing rotate() function. The syntax for this would be:
$.easy.cycle();
This function is similar to the rotate only in the long(er) run it will allow me to add more transition effects. At the moment it is possible to use this, only fade in...