开发者

Jquery - Where can I find an image fader / all other images fading out?

I've been searching for a JQuery based image "fader" and not too sure what to look for.

It wo开发者_JAVA技巧uld start with a series of thumbnail images that are all 100% solid. When you hover over a selected image, all the others turn semi transparent (or in some cases black and white)

I've seen this sort of plugin before, but I'm not sure what it's called!

Could someone suggest a script or what these sorts of plugins are known as please.

Many thanks!


You don't need plugin for that.

//fade out all images
$('img').animate({opacity: 0.5}, 500);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜