Loading...
Loading...
Found 6 Skills
Use when designing animations for gaming apps, streaming platforms, entertainment portals, or interactive media
Use when designing animations for educational platforms, e-learning, tutoring apps, or skill-building experiences
Use when designing animations for news sites, content platforms, publishing apps, or media consumption experiences
Use when designing animations for social platforms, messaging apps, content sharing, or community features
Generates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".
Use this skill when running per-frame logic or controlling the PixiJS v8 render loop. Covers Ticker.add/addOnce/remove, deltaTime vs deltaMS vs elapsedMS, UPDATE_PRIORITY ordering, maxFPS/minFPS capping, speed scaling, Ticker.shared vs new instances, per-object onRender hook, manual rendering. Triggers on: Ticker, UPDATE_PRIORITY, deltaTime, deltaMS, elapsedMS, onRender, app.ticker, maxFPS, minFPS, Ticker.shared.