gsap

Implement deterministic GSAP animation timelines for HyperFrames video rendering.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Kamalabot/tt-vid --skill gsap-kamalabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap
Source: https://github.com/Kamalabot/tt-vid/tree/main/man_lady/.agents/skills/gsap
Command: npx skills add https://github.com/Kamalabot/tt-vid --skill gsap-kamalabot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the friction of writing GSAP animations that are compatible with HyperFrames' deterministic video rendering requirements, avoiding common pitfalls like async timeline construction, infinite repeats, and layout-triggering animations that break capture.

Core Features & Use Cases

  • Comprehensive GSAP Reference: Covers core tween methods, timeline construction (position parameters, labels, nesting), easing, stagger, and performance best practices tailored to HyperFrames' constraints.
  • Pre-built Effect Patterns: Includes drop-in, production-ready patterns for typewriter text and audio visualizers that follow HyperFrames' rules out of the box.
  • Use Case: If you are creating a HyperFrames video with animated text entrances and audio-reactive visual elements, this Skill provides vetted, compatible code patterns to reduce development time and avoid render errors.

Quick Start

Use the gsap skill to add a paused, registered GSAP timeline with a fade-in entrance animation for your HyperFrames composition's title element.

Frequently Asked Questions about gsap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build GSAP timelines for deterministic video rendering?

Build GSAP timelines for deterministic video rendering by constructing paused, registered timelines with finite durations, explicitly avoiding async setup or infinite repeats to ensure synchronous capture compatibility.

Can I use audio visualizer and typewriter text animations in HyperFrames?

Yes, you can use audio visualizer and typewriter text animations in HyperFrames by applying the pre-built, production-ready GSAP effect patterns that comply with the runtime adapter's synchronous capture rules.

Why does my GSAP animation break HyperFrames video capture?

GSAP animations break HyperFrames video capture when they trigger layout recalculations, use async timeline construction, or include infinite repeats, which disrupt the deterministic synchronous capture engine.

What GSAP position parameters and easing methods work with HyperFrames?

GSAP position parameters, labels, nesting, core tween methods, easing, and stagger functions work with HyperFrames, provided they are structured within deterministic, finite timeline constraints.

Do I need ffmpeg and numpy to run web animation workflows in HyperFrames?

You need ffmpeg and numpy installed as dependencies to process audio visualizer data and execute the synchronous video rendering workflows required by HyperFrames.