Frame Hopping

Jumps between frames to create a staccato, choppy animation effect.

Code

n = Math.floor(time * frameRate);
valueAtTime(n / frameRate)
framestutteranimation

How to Use

Use on properties like Position or Opacity to achieve a jumpy frame-by-frame look. It works great for rhythmic or glitch animations.