I've a problem with css transition in Firefox. I use Twitter Bootstrap carousel. I've made some changes, so pictures don't slide from right to left. Instead, they fade in and fade out. I've also added some css transitions on carousel captions.
Here is my code: http://jsfiddle.net/Jh3rF/181/
Everything works fine in Chrome but not in Firefox (version 16, Mac). When I click on the next link in the carousel, there is a nice transition. Active slide fades out and caption moves to right. But caption of the next slide shows suddenly, whereas in Chrome there is a nice transition (caption goes from up to down and it fade in nicely). I can't find any error here.
I'd be grateful for any advice.