A lightweight animation library for web applications, built with TypeScript. Easily add animations like fade, slide, scale, rotate, bounce, and flip to your DOM elements. Supports chaining, callbacks, and event hooks.
Here's a demo of the library in action:
- Simple Animations: Fade, slide, scale, rotate, bounce, and flip.
- Chainable Animations: Queue multiple animations to run in sequence.
- Callbacks: Add
onStart
andonEnd
callbacks for individual animations. - Event Hooks: Use
onAnimationStart
andonAnimationEnd
for the entire animation sequence. - Type Safety: Built with TypeScript for better developer experience.
npm install ts-animate