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 );
});

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes