devjs11
devjs11

Reputation: 1948

Flexlisder images to slide and caption to fade

I wanted to ask if that is possible with flexslider. I want to create a caption on the left that will fade and images would slide on the right. I heard that it would require two flexsliders but I really would like to avoid that. What do you think?

Captions on the left fading with controller makes image slide on the right

Upvotes: 0

Views: 1286

Answers (1)

Barney
Barney

Reputation: 1848

You could give the caption/pagination outer DIV an absolute position and a minus left margin (z-index set at 2000 or something so it's always on top).

Flexslider has a callback method that would allow you to fade the caption when the slider moves. Click on the advanced tab at http://www.woothemes.com/flexslider/ and there's a load of callback examples.

Upvotes: 1

Related Questions