The solution is to skip frames of the animation. So, if you want to double the speed, you will draw 0,2,4,6 frames or 1,3,5,7 animation sequence. If you want to triple the speed, you will draw 0,3,6,9, etc. Etc. This is a missing frame :)
source share