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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -