Question

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?

Was it helpful?

Solution

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

OTHER TIPS

600ms, 400ms and 200ms respectively.

Source

I would be original and answer 600, 400, 200 respectively. Since higher number of milliseconds means slower speed =) All in the source

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top