jQuery中“慢”,“正常”和“快”表示多少毫秒?

时间:2010-09-17 19:27:20

标签: jquery animation effects jquery-effects

jQuery允许在动画中使用字符串值“slow”,“normal”和“fast”(例如:$('#example').fadeOut('slow');)。这些值中的每一个代表多少毫秒?

3 个答案:

答案 0 :(得分:89)

分别为600,400和200,“慢”,“正常”,“快”。 All in the docs

答案 1 :(得分:10)

分别为600毫秒,400毫秒和200毫秒。

Source

答案 2 :(得分:6)

我会原创并分别回答600,400,200。由于较高的毫秒数意味着速度较慢=)All in the source