Skip to content

motion-sv@0.1.13

Latest

Choose a tag to compare

@hanielu hanielu released this 07 Jul 06:30

This release rebases motion-sv on the motion-vue v2 architecture (motion-v 2.3), catching it up with upstream. Mostly an internal rewrite, but two things matter for you:

Build fix

If you were on a recent Vite (or anything pulling motion-dom ≥ 12.41), your build probably died with "activeAnimations" is not exported by motion-dom. No need for #16.

New

  • arc() path animations — curved motion paths (docs).
  • MotionConfig skipAnimations — kill all animations globally (reduced-motion, tests).