Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

Fade rather than Slide? #16

Closed rickydazla closed 13 years ago

rickydazla commented 13 years ago

What would I need to do to make the transition a fade rather than slide?

Wilto commented 13 years ago

Hm. A lot of the logic in this thing is for the sake of making sliding work independent of the window width—without that in play, you could build something much more simple. For example:

https://gist.github.com/1107253

Obviously not perfect (nor tested), but that’s probably the right idea.