css - Animate using CSS3 -


i have fiddle.according fiddle when class='hide' added span,it should animate,however not working well.i want animate span when class='hide' added.it should animate while changing width.

it because defining width: auto 1 of frames of animation. css animations work fixed values.

try setting width: 100px example , check out.

http://jsfiddle.net/mhj2y/3/

a solution getting & setting width fixed value via jquery on document load.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -