The ultimate GSAP foundation for high-performance, scalable, modern web applications. Powerful animations with automatic cleanup, full TypeScript support, and zero configuration.
<script>
import { GsapAnimate } from '@gsap/svelte';
</script>
<GsapAnimate type="from" opacity={0} y={50} duration={1}>
<div>Beautiful animations in 2 lines!</div>
</GsapAnimate>Drag the ball and watch it snap to the grid with physics-based inertia
Built for modern Svelte development
Leverages GSAP's industry-leading animation performance for smooth 60fps animations
No memory leaks - animations are automatically cleaned up on component unmount
Full type definitions included for the best developer experience and autocomplete
Built-in support for GSAP ScrollTrigger with zero configuration needed
Use clean, composable Svelte components for all your animation needs
Works seamlessly with SvelteKit server-side rendering out of the box
Install @gsap/svelte and start animating in minutes
bun add @gsap/svelte gsap