Mar
16
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 effect is active. The effect is different from rotate() in a way that rotate fully fades out the element while cycle overlaps them.
One large difference between $.easy.rotate() and $.easy.cycle() is that cycle function positions child elements absolutely so you need to be extra careful with element’s heights.