jQuery change fps

You can change the number of frames per second (framerate). The default is 13 milliseconds. The lower number makes animations run smoother but loads higher CPU.

$.fx.interval = 50;

Leave a Comment