Karine
Karine

Reputation: 587

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?

Upvotes: 1

Views: 191

Answers (1)

Koen Peters
Koen Peters

Reputation: 12916

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

Upvotes: 1

Related Questions