Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Further enhancement to css3transform animation modifier

Choose a tag to compare

@dhurrell dhurrell released this 27 Feb 16:02
· 166 commits to master since this release

The css3transform animation modifier now sets animation properties (such as duration and easing) in code, rather than relying on transitions being specified in application CSS. This brings it close to parity with the other animation modifiers.

Further documentation on the current state of the modifier is here.