A lightweight Angular animation library powered by GSAP. Highly customizable, declarative, and easy to use.
For complete documentation, examples, and API reference, see the ngx-gsap package README.
npm install gsap ngx-gsapimport { AnimateClickDirective, AnimateLoadDirective } from 'ngx-gsap';
@Component({
imports: [AnimateClickDirective, AnimateLoadDirective],
template: `
<div animateClick="pulse">Click me!</div>
<div animateLoad="fadeIn">Fades in on load</div>
`
})This is a monorepo containing:
packages/ngx-gsap- The main library packagesrc/app- Demo application showcasing all animations
MIT