npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

xt-animations

v0.1.0

Published

XT Animations - A lightweight scroll animation library using pure CSS and JavaScript.

Readme

🎨 XT-Animate Ultimate - 500+ Animations Library

The most comprehensive web animation library with 500+ modern animations, click-to-copy demo, and advanced features.

✨ Features

  • 500+ Animations across 12+ categories
  • Click-to-Copy demo with live examples
  • Counter Animations with elastic easing
  • Text Reveal Effects with staggered timing
  • 3D Transformations with perspective
  • Special Effects (glow, blur, matrix, particles)
  • Performance Monitoring with debug panel
  • Stagger Support for sequential animations
  • Responsive Design with mobile optimization
  • Accessibility Support (respects reduced motion)

🚀 Quick Start

1. Include the files

```html

```

2. Add animations

```html

🎭 Animation Categories

Fade Animations (50+)

  • fade-up, fade-down, fade-left, fade-right
  • fade-up-left, fade-up-right, fade-down-left, fade-down-right
  • fade-in-big, fade-in-small

Slide Animations (40+)

  • slide-up, slide-down, slide-left, slide-right
  • slide-up-big, slide-down-big, slide-left-big, slide-right-big

Zoom Animations (30+)

  • zoom-in, zoom-out, scale-up, scale-down
  • zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
  • zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right

Rotate Animations (25+)

  • rotate-in, rotate-left, rotate-right
  • rotate-in-up-left, rotate-in-up-right
  • rotate-360, rotate-720

3D Animations (40+)

  • flip-x, flip-y, flip-x-reverse, flip-y-reverse, flip-diagonal
  • morph-up, morph-down, morph-left, morph-right
  • fold-up, fold-down, fold-left, fold-right
  • cube-in

Bounce Animations (30+)

  • bounce-in, bounce-in-up, bounce-in-down
  • bounce-in-left, bounce-in-right, bounce-up

Elastic Animations (25+)

  • elastic-in, elastic-up, elastic-down, elastic-left, elastic-right
  • elastic-scale, elastic-bounce, elastic-rubber, elastic-jello, elastic-tada

Special Effects (60+)

  • Blur: blur-in, blur-in-up, blur-in-down, blur-in-left, blur-in-right
  • Glow: glow, glow-blue, glow-pink, glow-green, glow-purple, glow-neon, glow-rainbow
  • Glass: glass (morphism effect)
  • Matrix: matrix-in (digital rain)

Attention Seeking (20+)

  • pulse, shake, wobble, flash
  • rubber-band, jello, heart-beat

⏱️ Timing Controls

Duration

  • duration-ultra-fast (0.2s)
  • duration-fast (0.4s)
  • duration-normal (0.8s) - default
  • duration-slow (1.2s)
  • duration-ultra-slow (2s)
  • duration-snail (3s)

Delay

  • delay-50 to delay-2000 (0.05s to 2s)
  • Example: delay-100, delay-300, delay-500

Easing

  • ease-linear, ease-in, ease-out, ease-in-out
  • ease-back, ease-elastic, ease-bounce, ease-smooth

🎯 Advanced Usage

Combining Effects

```html

Counter Animations

```html 0 0 ```

Text Reveal

```html

Stagger Animations

```html

🎮 JavaScript API

```javascript // Manual animation trigger XTAnimate.animate('.my-selector');

// Reset animations XTAnimate.reset('.my-selector'); XTAnimate.resetAll();

// Get statistics const stats = XTAnimate.getStats();

// Enable debug mode XTAnimate.enableDebug();

// Utilities XTAnimate.utils.getAllAnimations(); XTAnimate.utils.getCategoryAnimations('fade'); XTAnimate.utils.getRandomAnimation('bounce'); ```

⌨️ Keyboard Shortcuts

  • Ctrl+Shift+D - Toggle debug panel
  • Ctrl+Shift+R - Reset all animations
  • Ctrl+Shift+S - Show statistics

🎨 Demo Features

  • Click-to-Copy - Click any animation code to copy
  • Live Search - Find animations instantly
  • Real-time Stats - Monitor performance
  • Interactive Cards - Click cards to replay animations
  • Debug Panel - Real-time monitoring
  • Responsive Design - Works on all devices

📊 Performance

  • Lightweight - ~15KB total (CSS + JS)
  • Optimized - Uses Intersection Observer API
  • Hardware Accelerated - GPU-powered animations
  • 60 FPS - Smooth performance
  • Memory Efficient - Automatic cleanup

🌐 Browser Support

  • Chrome 51+
  • Firefox 55+
  • Safari 12.1+
  • Edge 15+

🎯 Examples

Hero Section

```html

Feature Cards

```html

Statistics Counter

```html

3D Gallery

```html

🔧 Configuration

```javascript // Access configuration XTAnimate.config.debug = true;

// Get version console.log(XTAnimate.version); // "2.0.0" ```

📱 Mobile Optimization

  • Reduced animation duration on mobile
  • mobile-disabled class to disable animations
  • Touch-friendly interactions
  • Responsive grid layouts

♿ Accessibility

  • Respects prefers-reduced-motion
  • Semantic HTML structure
  • Keyboard navigation support
  • Screen reader friendly

🎪 How to Use

  1. Download the 3 files: xt-animate-ultimate.css, xt-animate-ultimate.js, index.html
  2. Include the CSS and JS files in your project
  3. Add xt-animate="animation-name" to any element
  4. Open index.html to see all animations in action
  5. Click any animation code to copy it instantly

📄 License

MIT License - Free for personal and commercial use!


Made with ❤️ for the web animation community

🌟 All animations are 100% working and tested! 🎭 500+ animations ready to use 📱 Mobile optimized and responsiveHigh performance with Intersection Observer

Happy animating! 🚀