开发者

intermediate image in between interactive slideshow (jQuery?)

开发者 https://www.devze.com 2023-02-26 04:53 出处:网络
when clicking through images on my site, I\'d like to have an intermediate image appear (in this case, a graphical shape). This graphical shape should appear fully on-click and then fade out, with the

when clicking through images on my site, I'd like to have an intermediate image appear (in this case, a graphical shape). This graphical shape should appear fully on-click and then fade out, with the 2nd image fading in. When you click on that image, another graphical shape appears, fades out and so on.

I've made a litte simulation 开发者_运维知识库here so it's easier to understand what I mean:

intermediate image in between interactive slideshow (jQuery?)

http://ou812.bplaced.net/inbetweenfading/crossfade_with_intermediate.gif

The gif doesn't repeat so refresh to see the effect again.

I suppose jQuery is the tool of choice. Is there an existing plugin that I can use or modify?

Grateful for any advice!


I think the simpliest way to do this is to use a slideshow jquery plugin (you can find a lot in Google with search "slideshow jquery").

After, you only have to add your intermediate picture between the other pictures

0

精彩评论

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