Skip to content

v1.1.0 – Stagger, Chain & Group Animations Like a Pro

Compare
Choose a tag to compare
@yesiamrocks yesiamrocks released this 07 Jul 16:40
· 24 commits to main since this release

Triggle.js v1.1.0 – Stagger, Chain & Group Animations Like a Pro

This release brings powerful animation sequencing capabilities to triggle.js:

New Features

  • Group Staggering (data-triggle-stagger)
    Animate elements in a group with timed delays between them.

  • Chained Animations with Delay (data-triggle-next + data-triggle-chain-delay)
    Run animations one after another with custom timing.

  • Group Triggering (data-triggle-group)
    Instantly animate any set of elements sharing the same group name.

Improvements

  • Clean callback-based chaining for applyAnimation
  • Safer target resolution and group handling
  • Improved logging and extensibility

Perfect for onboarding flows, interactive lists, hero sections, or any sequence-based UI animation.

View the updated README for full usage examples.