Shamoon
Shamoon

Reputation: 43579

Is there a jQuery plugin that will let me cross fade 2 images on click?

I don't want to use the Cycle plugin as it doesn't seem to bind to click easily. I want to be able to click an image and have it change to another image via cross fade.

Upvotes: 2

Views: 90

Answers (1)

jampez77
jampez77

Reputation: 5241

you could use CSS3 and jQuery like in this tutorial :)

Upvotes: 1

Related Questions