How can you change the animation firing rate in jQuery?
Explanation
The jQuery.fx.interval property is used to change the animation firing rate in milliseconds. Example:

jQuery.fx.interval = 100;
$( "input" ).click(function() {
  $( "div" ).toggle( 3000 );
});

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты