I have 3 slides with basic fadeIn/fadeOut effect. So when first slide fadeOut effect is complete, the next slide fadeIn and so on.
The problem is that the transition (which is CSS opacity from 1 to 0) is not visible.
This started happening when I updated Firefox to v.34
Any ideas?
FIX: after removing float: left
from each slide, transition started to be visible.