I recently have released a new version of Easy Gallery plugin.
In this version, I have added a continuous sliding animation regarding to many requests to add it.
Easy Gallery

My first version of this plugin located here: http://www.freelancer-id.com/easy-gallery/


$(document).ready(function (){
    $("#gallery").egallery({
        width:500,
        height:230,
        speed: 1000,
        delay:4000,
        easing:'easeInQuart',
        thumbs:'numbers',
        thumbClass:'tclass',
        aClass:'ac'
    });
});

The new version has new option named as “animation”
animation: “” // takes 2 values => “scroll” (default) or “slide”

And now its published and working fine.

Enjoy it.

Leave a Reply

Your email address will not be published. Required fields are marked *