Favicon of gsap

gsap Skill

AI Agent SkillJavaScriptOpen source

GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions. Published by openai in plugins.

Decision snapshot

Is this a fit?

Best for

Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

18 days ago

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is gsap Skill?

GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
92/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Writing
  • Writing use cases

Declared skill metadata

  • Source file: plugins/hyperframes/skills/gsap/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use gsap Skill

  • Use it for writing.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/hyperframes/skills/gsap/SKILL.md

What it does

GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions.

Skill instructions

GSAP Core Tween Methods - gsap.to(targets, vars) — animate from current state to vars. Most common. - gsap.from(targets, vars) — animate from vars to current state (entrances). - gsap.fromTo(targets, fromVars, toVars) — explicit start and end. - gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor, rotationX). Common vars - duration — seconds (default 0.5). - delay — seconds before start. - ease — "power1.out" (default), "power3.inOut", "back.out(1.7)", "elastic.out(1, 0.3)", "none". - stagger — number 0.1 or object: { amount: 0.3, from: "center" }, { each: 0.1, from: "random" }. - overwrite — false (default), true, or "auto". - repeat — number or -1 for infinite. yoyo — alternates direction with repeat. - onComplete, onStart, onUpdate — callbacks. - immediateRender — default true for from()/fromTo(). Set false on later tweens targeting the same property+element to avoid overwrite. Transforms and CSS Prefer GSAP's transform

Verified compatibility and discovery

Frequently asked questions

What is gsap?

gsap is a open-source AI agent skill with Copy skill directory. GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms.

Who is gsap best for?

gsap is best for reusing agent instructions, scripts, and references, writing workflows.

How do I install gsap?

Install or run gsap using Copy skill directory. Check gsap for the latest setup command.

Is gsap actively maintained?

gsap may need a closer maintenance check before production use.

Share:

Stars
5,140
Forks
717
Last commit
18 days ago
Last verified
Aug 24, 2026
Metadata fetched
Aug 24, 2026
Repository age
6 months
License
Unknown

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to gsap