gsap-animation-suite

gsap-animation-suite is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 22 tokens per session (570 once invoked), scanned A, original, Apache-2.0.

An animation guide for websites and apps built with GSAP, a JavaScript library for creating browser animations. It covers timelines, plugins, SVG effects, and animation settings.

In plain words
What is it for?
It helps build multi-step animations, coordinate plugins, animate SVG paths and icons, and organise hero-section motion.
Why use it?
It helps prevent choppy motion, layout changes, and competing animations in complex sequences.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps build multi-step animations, coordinate plugins, animate SVG paths and icons, and organise hero-section motion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/gsap-animation-suite
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jxoesneon/Ciel --skill gsap-animation-suite
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gsap-animation-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/gsap-animation-suite/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/gsap-animation-suite)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/gsap-animation-suite"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/gsap-animation-suite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gsap-animation-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/gsap-animation-suite"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/gsap-animation-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 570 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00570
Opus 5 $0.00011 $0.00285
Sonnet 5 $0.00004 $0.00114
Haiku 4.5 $0.00002 $0.00057

Measured 7d ago against content hash a5e16691f37c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gsap-animation-suite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gsap-animation-suite/SKILL.md · 50 lines

What it actually says

CIEL ADAPTATION: GSAP Animation Suite (The Motion Layer)

This skill manages complex animation sequencing and visual polish. it prioritizes performance-safe transforms over layout-heavy properties.

The Motion Mandates

  1. Compositor First: Animate x, y, rotation, and opacity. Prohibit animating width, height, top, or left unless layout reflow is explicitly required.
  2. Timeline Discipline: Prefer gsap.timeline() for multi-step sequences. Use the Position Parameter ("<", "+=0.2") instead of chaining delay.
  3. Plugin Registration: Register every plugin (Flip, Draggable, MorphSVG) ONCE at the application root.

Architecture & Sequencing

  • Defaults: Set gsap.defaults({ duration: 0.5, ease: "power2.out" }) to ensure consistent "feel."
  • Nesting: Break complex "Hero" animations into nested timelines for maintainability.
  • Overwrite: Use overwrite: "auto" to prevent conflicting animations from fighting over the same property.

Visual Integrity (SVG)

  • DrawSVG: Use for "path writing" effects. requires stroke-width in CSS.
  • MorphSVG: Use for icon transitions. Convert primitives to paths via MorphSVGPlugin.convertToPath() early.
  • Origins: Use svgOrigin for rotation around a global SVG point; transformOrigin for local center.

Anti-Patterns

  • Delay Chaining: Building a sequence by manually calculating delay: 1.5, delay: 2.0 (brittle).
  • Invisible Tweens: Failing to use autoAlpha: 0 for hidden elements, leaving them clickable.
  • Jittery CSS: Mixing GSAP transforms with CSS Transitions on the same element.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 50 lines · 22 tokens per session scan A a5e16691f37c

Subscribe to this mod's changes

gsap-animation-suite is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 22 tokens to every session and 570 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ui-features

Implementing UI/UX features in sidecar including modals (internal/modal library), keyboard shortcuts, mouse support, scrolling, pill/tab rendering, and pane resizing. Use when implementing UI features, handling user input, adding keyboard shortcuts, building modals, or working on UX improvements.

marcus/sidecar · 61 tokens

drag-pane

Drag-and-drop pane resizing implementation for two-pane plugin layouts. Covers mouse event handling via the internal/mouse package, hit region registration, drag delta calculation, width clamping, state persistence, and pane layout management. Use when working on pane resizing, drag interactions, layout management, or…

marcus/sidecar · 70 tokens

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Peiiii/nextclaw · 47 tokens

lov-maintain-partners

Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…

lovstudio/skills · 294 tokens

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

agent-skills-hub/agent-skills-hub · 27 tokens

lov-oh-my-landingpage

A landing-page creation and redesign skill that derives a product’s positioning, story, and visual direction from its actual product and brand facts. It then implements the page responsively and checks the result against the intended product message.

lovstudio/skills · 67 tokens