v1.1.0 – Stagger, Chain & Group Animations Like a Pro
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.