malsup / cycle2

2nd gen cycling
899 stars 238 forks source link

Text Overlay Issue on slide #747

Open drewrowland opened 8 years ago

drewrowland commented 8 years ago

On our slider we have a weird text overlay issue - you can see it here in the IHSNO Highlights section: http://www.ihsnola.org/

It seems to be pulling a separate post underneath the current post causing a split second of double text. Truthfully I'm totally lost on this one.

malsup commented 8 years ago

The transition style on your anchors is causing the issue. Try turning that off for the anchors inside your slides.

a { 
     transition: all 400ms ease;
}