Skip to content

marcos-velasquez/ngx-gsap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx-gsap

A lightweight Angular animation library powered by GSAP. Highly customizable, declarative, and easy to use.

📚 Documentation

For complete documentation, examples, and API reference, see the ngx-gsap package README.

🚀 Quick Start

npm install gsap ngx-gsap
import { AnimateClickDirective, AnimateLoadDirective } from 'ngx-gsap';

@Component({
  imports: [AnimateClickDirective, AnimateLoadDirective],
  template: `
    <div animateClick="pulse">Click me!</div>
    <div animateLoad="fadeIn">Fades in on load</div>
  `
})

📦 Monorepo Structure

This is a monorepo containing:

  • packages/ngx-gsap - The main library package
  • src/app - Demo application showcasing all animations

🔗 Links

📄 License

MIT