In tk2dAnimatedSprite.LateUpdate(), the animation is performed in this line
UpdateAnimation(Time.deltaTime);
If you just need this for one special sprite, etc. I suggest making a copy of the script, and then instead of Time.deltaTime, use time as used in tk2dUITime.cs.