I was wondering if anyone knows how long jquery actually will animate something when you call something like this:
.animate({ marginLeft: '-91px' }, 'slow');
Like, what would be equivalent to the 'slow'? 1000? 1500?
Thanks, I have looked everywhere and can’t seem to find it!
Slow is 600 ms
Fast is 200 ms
It can be found in
http://api.jquery.com/animate/