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?
jQuery allows use of the string values slow, normal, and fast in animations (e.g.:
Share
600, 400 and 200, respectively “slow”, “normal”, “fast”. All in the docs