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

Viewed 39962

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?

3 Answers
Related