Gsap Timeline Skill Security Audit
What the author says it does (original text)
Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).
No obvious risks found in this check
- Files checked
- 1
- Risks found
- 0
Inside this skill
This Skill is a GSAP timeline usage guide for sequencing or running multiple animations in parallel, covering position parameters, defaults, labels, nesting, and playback controls.
View source
Apply when building multi-step animations, coordinating several tweens in sequence or parallel, or when the user asks about timelines, sequencing, or keyframe-style animation in GSAP.**Related skills:** For single tweens and eases use **gsap-core**; for scroll-driven timelines use **gsap-scrolltrigger**; for React use **gsap-react**.By default, tweens are **appended** one after another. Use the **position parameter** to place tweens at specific times or relative to other tweens.The supplied content consists only of documentation and JavaScript examples; the examples create and control page-animation timelines. The provided source contains no installation steps, external commands, network requests, credential access, or file-operation instructions.
View source
```javascriptconst tl = gsap.timeline();tl.to(".a", { x: 100, duration: 1 }) .to(".b", { y: 50, duration: 0.5 }) .to(".c", { opacity: 0, duration: 0.3 });```## Controlling Playback- **tl.play()** / **tl.pause()**- **tl.reverse()** / **tl.progress(1)** then **tl.reverse()**- **tl.restart()** — from start.- **tl.time(2)** — seek to 2 seconds.- **tl.progress(0.5)** — seek to 50%.- **tl.kill()** — kill timeline and (by default) its children.Files and check records1 files
Coverage and gaps
Content covered in each file
These are the source ranges included in this check, not a guarantee that every issue has been resolved.
SKILL.mdFull text included
This report is for the version above. We read the available code and instructions without running the skill or checking extra packages it installs. This is not a promise of safety: a different version or setup may behave differently.
SKILL.mdInstructions
- Lines read
- 108
- File checksum (to compare versions)
- 89d5a42fb85236d98fe4e7ebb56f3c6c67367d6dfffbdc2179d2f18c8e4dd433