Back to Remix

Minor.03 Add Animation Mixins

packages/component/.changes/minor.03-add-animation-mixins.md

2.11.1245 B
Original Source

Add mixin-first animation APIs for host elements:

  • animateEntrance(...)
  • animateExit(...)
  • animateLayout(...)

These APIs move entrance/exit/layout animation behavior to composable mixins that can be combined with other host behaviors.