Release 3.2.5
June 24, 2025
4 changes
This release fixes a couple of errors included in 3.2.4.
FIX
ATF: Improved logics for nested animations
The CSS code within the trigger classes has been updated to give more flexibility when nesting multiple triggers inside the same container.
FIX
ATF: Changed the default delay-multiplier to 1 instead of 0
The --animation-delay-multiplier variable was set to 0 by default, which caused confusion when attempting to override --animation-delay—it had no effect unless the multiplier was manually adjusted first.
FIX
ATF: .at-anim-repeat wasn’t working correcty
.at-anim-repeat was toggling the wrong class when leaving the viewport, and thus stopped working correctly.
FIX
Variable Color Picker: not mounting correctly inside the builder
The Variable Color Picker wasn't working inside the builder anymore due to a typo in the JS function.