pixi-reels
All questions

How do I drive the reels from my own game loop / ticker?

Pass your ticker with .ticker(myTicker) — the engine drives all motion from it — and call driveGsapWithTicker(ticker) so GSAP advances off the same clock.

More in Getting started