0

Problem: Once again change the selected value, the animation of the text does not start

My Browser: Firefox 26.0

//Example

http://jsfiddle.net/HQBVP/1/

Jan Czarny
  • 916
  • 1
  • 11
  • 29

1 Answers1

2

First of all, add cross browser support to your css3 animations (i just added -webkit)

http://jsfiddle.net/HQBVP/2/

I think this should solve your problem.

bbuecherl
  • 1,609
  • 12
  • 20