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

Solution 1:

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

Solution 2:

600ms, 400ms and 200ms respectively.

Source