How many milliseconds do "slow", "normal", and "fast" represent in jQuery?

Matt Huggins picture Matt Huggins · Sep 17, 2010 · Viewed 37.9k times · Source

jQuery allows use of the string values "slow", "normal", and "fast" in animations (e.g.: $('#example').fadeOut('slow');). How many milliseconds do each of these values represent?

Answer

Nikita Rybak picture Nikita Rybak · Sep 17, 2010

600, 400 and 200, respectively "slow", "normal", "fast". All in the docs