FlexSlider: Always show snippet of the next slide -


anybody know how might set flexslider always reveal portion of next slide? example:

flexslider goal

it always, not when hovered over, etc. essentially, entices viewer continue looking through panels. naturally, i'd set slideshow: false.

i figured out; it's not perfect, it's great start:

.flex-active-slide + li {     left: -1%;     position: relative; } 

this says, "hey, target next <li> adjacent sibling of .flex-active-slide (which active/visible slide), , move left small amount."


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -