Search code examples
javascriptjqueryhtmlcssphoto-gallery

Photo gallery (slidshow) with jQuery


Say there are several images that should be shown in the same box one by one. And images should change one after another by animation: current image opacity gradually becomes smaller while next image becomes more opaque and, finally, first one disappears and next one appears. Also this should be in a cycle and automatically, say one image per second. What do you suggest to use for this?


Solution

  • I always use this one for stuff like that http://jquery.malsup.com/cycle/