pixi-reels
All questions

How do I chain anticipation across multiple reels (rolling tension)?

Pass several reel indices plus a stagger: setAnticipation([2, 3, 4], 450). With the default stagger of 0 every anticipation reel starts slowing at the same moment. A number staggers the tease starts by k * value ms, a number[] sets them explicitly, and 'sequential' makes each reel wait until the previous one has fully landed.

More in Anticipation & near-miss