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.
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.