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.
a solution getting & setting width fixed value via jquery on document load.
Comments
Post a Comment