Slide/Fade jQuery Slider
I'm looking to build my own very simple slider with jQuery and want it to include two features:
- The sliding effect
- The fadeout/fadein image effect.
I haven't been able to figure out a way to mix both, and especial开发者_如何学Pythonly to keep things simple.
Any ideas? I'm looking for how the HTML structure should be and how the JavaScript code will change it.
http://slidefade.lulibi.com
Would this work for you?
http://jsfiddle.net/rvJeh/2/ Here is what it would look like sliding left 50 and fading to 0 over 1500 ms.
精彩评论