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?
600, 400 and 200, respectively "slow", "normal", "fast". All in the docs