Skip to content

Releases: iscodex/tailwindcss-animate

v1.0.0

02 Sep 17:30
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

1.0.0 - 2025-09-02

Added

  • Initial release of @iscodex/tailwindcss-animate
  • Support for Tailwind CSS v4 with @Utility and @theme syntax
  • 85+ animation utilities across 11 categories:
    • Attention Seekers (16 animations)
    • Back Entrances/Exits (8 animations)
    • Bouncing Entrances/Exits (10 animations)
    • Dashing (4 animations)
    • Fading Entrances/Exits (10 animations)
    • Flippers (5 animations)
    • Rotating Entrances/Exits (10 animations)
    • Sliding Entrances/Exits (8 animations)
    • Specials (6 animations)
    • Zooming Entrances/Exits (10 animations)
  • Animation control utilities:
    • Duration control with arbitrary values
    • Delay control with arbitrary values
    • Direction control (normal, reverse, alternate)
    • Fill mode control (none, forwards, backwards, both)
    • Iteration count control (finite and infinite)
    • Play state control (running, paused)
    • Timing function control (ease, linear, cubic-bezier)
    • Animation composition control (replace, add, accumulate)
  • CSS custom properties for global animation theming
  • Modular architecture with organized animation categories