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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With