What problem does it solve? Standard web interfaces often feel flat and conventional; this Skill guides the implementation of technically ambitious effects—WebGL shaders, spring physics, scroll-driven reveals, and 60fps animations—so interfaces feel extraordinary without sacrificing accessibility or performance. ## Core Features & Use Cases - Cinematic Transitions: Uses the View Transitions API, @starting-style, and spring physics libraries like motion or GSAP to morph elements between states. - Scroll-Driven Animation: Applies CSS animation-timeline: scroll() for parallax, progress bars, and reveal sequences with static fallbacks. - High-Performance Rendering: Leverages WebGL, WebGPU, Canvas 2D, OffscreenCanvas, Web Workers, and WASM for particle systems, GPU-accelerated charts, and virtual scrolling of massive datasets. - Use Case: A developer building a portfolio hero section wants a shader background that responds to the cursor; the Skill proposes 2-3 directions, gets user confirmation, then iterates with browser automation until the effect runs at 60fps with a reduced-motion fallback. ## Quick Start Ask the AI to use the overdrive skill to make a specific page or component feel extraordinary, then pick one of the proposed implementation directions.