gsap

Implement GSAP animations inside HyperFrames with timelines and easing.

10|11|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/johunsang/octo-design --skill gsap-johunsang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap
Source: https://github.com/johunsang/octo-design/tree/main/.agents/skills/gsap
Command: npx skills add https://github.com/johunsang/octo-design --skill gsap-johunsang

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a concise, reference-driven guide to implementing GSAP animations inside HyperFrames, consolidating core methods, timelines, easing, and best practices to accelerate motion design workflows.

Core Features & Use Cases

  • Core Tween Methods: gsap.to, gsap.from, gsap.fromTo, gsap.set and their recommended usage.
  • Timelines & Positioning: orchestrate sequences via gsap.timeline() and control timing with position parameters and labels.
  • Performance & Best Practices: leverage transforms, will-change, autoAlpha, responsive patterns with gsap.matchMedia, and maintainable patterns for production deployments.

Quick Start

Create a simple GSAP timeline that moves an element 100px to the right over 0.5s using gsap.to.

Frequently Asked Questions about gsap

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

FAQPage Schema
How do I implement GSAP animations inside HyperFrames?

Implement GSAP animations inside HyperFrames by referencing core tween methods like gsap.to, gsap.from, and gsap.fromTo within a single guide. You orchestrate sequences via gsap.timeline() and control timing with position parameters and labels.

What's the best way to structure complex GSAP timelines for animation sequences?

Structure complex GSAP timelines by using gsap.timeline() to orchestrate sequences, controlling timing with position parameters and labels, and applying defaults to maintainable patterns for production deployments.

How do I make GSAP tweens responsive across different screen sizes?

Make GSAP tweens responsive by leveraging gsap.matchMedia patterns within HyperFrames contexts, ensuring animation sequences adapt correctly across different screen sizes while maintaining performance.

What are the performance best practices for GSAP animations in HyperFrames?

Performance best practices for GSAP animations include leveraging transforms, will-change, and autoAlpha within HyperFrames contexts to maintain smooth rendering and maintainable patterns for production deployments.

Can I use stagger and easing functions with GSAP timelines in HyperFrames?

Yes, you can use stagger and easing functions with GSAP timelines in HyperFrames. The guide covers easing application, stagger implementation, and core methods to author animation sequences from simple tweens to complex timelines.

Does this GSAP guide cover the difference between gsap.to, gsap.from, and gsap.fromTo?

Yes, the guide covers core tween methods including gsap.to, gsap.from, gsap.fromTo, and gsap.set, providing their recommended usage patterns for authoring animation sequences inside HyperFrames.