My code:
$('.btn').animate(
{
fontSize: "3em"
},
10000);
.btn is class of button. No matter what animation duration I set, it always happens very fast (text becomes bigger very fast).
I really can’t see an error, can you? Thanks.
edit: Magic happens in this world… I just tried to rewrite it and it works now… Wow
Make sure jQuery.fx.off is not set to true