Search code examples
jqueryanimationeffectsjquery-effects

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


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?


Solution

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