DRIVE\_FRAME\_MS
pixi-reels / index / DRIVE_FRAME_MS
Variable: DRIVE_FRAME_MS
const DRIVE_FRAME_MS: number;
Defined in: core/ReelDrive.ts:7
Nominal frame length in ms. Reel.speed is pixels per FRAME, not per
millisecond, so a drive expressed in px/frame^2 has to know what a frame is
worth in order to integrate against a real deltaMs. 60fps, matching the
unit the speed profiles are already written in.