문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top