¿Cuántos milisegundos representan" lento"," normal "y" rápido " en jQuery?


JQuery permite el uso de los valores de cadena "lento", "normal" y "rápido" en animaciones (por ejemplo: $('#example').fadeOut('slow');). ¿Cuántos milisegundos representa cada uno de estos valores?

Author: Matt Huggins, 2010-09-17

3 answers

600, 400 y 200, respectivamente "lento", "normal", "rápido". Todo en los documentos

 85
Author: Nikita Rybak,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2012-07-25 05:40:18

600ms, 400ms y 200ms respectivamente.

Fuente

 10
Author: Gazler,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2012-07-25 05:43:41

Sería original y contestaría 600, 400, 200 respectivamente. Dado que un mayor número de milisegundos significa una velocidad más lenta=) Todo en la fuente

 6
Author: Maksim Vi.,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-09-17 19:36:58