gsap

Implement and control GSAP animations within HyperFrames compositions.

15|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ilya-makarov-dev/Reframe --skill gsap-ilya-makarov-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap
Source: https://github.com/ilya-makarov-dev/Reframe/tree/main/.claude/skills/gsap
Command: npx skills add https://github.com/ilya-makarov-dev/Reframe --skill gsap-ilya-makarov-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a detailed reference and implementation guide for using GSAP to create smooth, performant animations within HyperFrames compositions.

Core Features & Use Cases

  • Tweening Animations: Facilitates creating, controlling, and customizing animations with gsap.to(), from(), and fromTo().
  • Timeline Sequencing: Enables complex sequences with nested and labeled timelines for orchestrated visual effects.
  • Responsive Animations: Supports media queries with gsap.matchMedia() to adapt animations to different screen sizes and user preferences.
  • Performance Optimization: Recommends best practices like transform-based animations, will-change usage, and quickTo() for real-time updates.
  • Use Case: Build interactive onboarding flows, animated UI components, or data visualizations with precise control over timing and effects.

Quick Start

Use the gsap skill to animate an element's opacity from 0 to 1 over 2 seconds with ease-in-out.

Frequently Asked Questions about gsap

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

FAQPage Schema
How do I create smooth GSAP animations for interactive UI components?

Sequence complex GSAP animations using nested and labeled timelines to orchestrate precise visual effects. This Skill details how to build timeline sequences for interactive onboarding flows and animated UI components, enabling precise control over timing and layered animations within HyperFrames compositions.

Can I make responsive GSAP animations that adapt to different screen sizes?

Optimize GSAP animation performance by using transform-based animations, will-change CSS properties, and quickTo() for real-time updates. This Skill recommends these best practices to ensure high-performance visual effects and smooth rendering within HyperFrames compositions.

Do I need the gsap library installed to use this animation reference?

You need the gsap library installed as a dependency to implement the animations covered in this reference. This Skill requires the gsap package to execute tweening methods, timeline sequencing, and responsive matchMedia behaviors within HyperFrames.

What is the best way to sequence complex GSAP timeline animations?

Sequence complex GSAP animations using nested and labeled timelines to orchestrate precise visual effects. This Skill details how to build timeline sequences for interactive onboarding flows and animated UI components, enabling precise control over timing and layered animations within HyperFrames compositions.