Documentation
animsFiringRate
Type : Number
Default : 13 for all devices, 50 for i-devices (iPad, iPhone, iPod)
Sets the rate, in milliseconds, at which all animations fire (sliding, resizing).
This option can be used to decrease CPU usage, at the cost of the quality of animation smoothness.
See http://api.jquery.com/jQuery.fx.interval more information.
examples
$('#container').kaiten({ animsFiringRate : 100 }); // decrease animation firing rate : one frame each 100ms