开发者

Is there a jQuery equivalent of this flash effect? (sliding effect)

开发者 https://www.devze.com 2022-12-28 14:12 出处:网络
I know Coda Slider and Easy Slider. But, I would like a jQuery plugin which shows the next开发者_JAVA百科 and previous image with low opacity. Like this example: http://www.muratsuyur.com/. Should I j

I know Coda Slider and Easy Slider. But, I would like a jQuery plugin which shows the next开发者_JAVA百科 and previous image with low opacity. Like this example: http://www.muratsuyur.com/. Should I just modify Coda Slider or Easy Slider to obtain that result? Or there's a plugin which has the whole effect?


Yes jquery supports opacity like that. See jquery effects here.


you can do all of that with jquery. all your elements should be position: absolute and then by using the animate function targeting the height and left and top property you can re create these effects. note that to get the sequencing right you need to have some of your animate as a callback function of the previous one to get this right.

0

精彩评论

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

关注公众号