gsap-animate
Animate DOM elements using GSAP with custom properties, duration, easing, and delay. Supports to, from, and fromTo animation types.
Instructions
Create GSAP animations using to(), from(), or fromTo() methods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ease | No | Easing function (power1, power2, back, bounce, etc.) | |
| type | Yes | Type of animation: to, from, or fromTo | |
| delay | No | Delay before animation starts | |
| duration | Yes | Animation duration in seconds | |
| selector | Yes | CSS selector for target elements | |
| properties | Yes | Animation properties (transforms, styles, etc.) | |
| fromProperties | No | Starting properties for fromTo animations |