akrabat / avalanche

A theme for landslide
68 stars 22 forks source link

Fade animation doesn't work #10

Open nashamri opened 9 years ago

nashamri commented 9 years ago

No fading animation when moving to the next slide. But the animation works fine when going back to the previous slide.

Tested it on Firefox 33, Chrome 38

akrabat commented 9 years ago

My CSS knowledge isn't good enough to fix this, but if someone create a PR, then I'm happy to merge.

bchhun commented 9 years ago

On it. it's because we're using the display attribute instead of using a mix of the z-index & opacity properties.