Javascript slider with fade
- by tarmes
I've been scouring the web for a slider that offers a particular effect, but I can't find one. I'm hoping that someone here will be able to help out...
Specifically, I need a slider that will slide left and right through a series of HTML DIVs. However, I also need the old slide to fade out as it slides.
This is because I don't what to have a visible frame around the the slider, so I don't want the old slide to be cropped against an invisible edge.
It's hard to explain in words, so here's a graphic. In each case the green slide is entering the view, the red one is existing.
Is possible, I'd like the slide to use CSS3 transitions where available for the smoothest possible effect.
Has only ever come across such a beast?