pixi-reels

AnticipationOptions

pixi-reels


pixi-reels / index / AnticipationOptions

Interface: AnticipationOptions

Defined in: config/types.ts:100

Full anticipation configuration. The object form of setAnticipation’s second argument.

Properties

PropertyTypeDescriptionDefined in
duration?numberExplicit tease hold in ms, overriding the active speed profile’s anticipationDelay. Pass a positive value to keep the tease playing in Turbo / SuperTurbo (whose profiles set anticipationDelay: 0, which would otherwise skip anticipation entirely). When slowdown.holdFrom/holdTo are also set, this is the base they scale.config/types.ts:110
slowdown?AnticipationSlowdown-config/types.ts:102
stagger?AnticipationStagger-config/types.ts:101