An animation library for JavaScript and React.
2 Sept 2026 · Newest first
Last checked
Checking sources…
Showing 1 of 1 releases. Full release notes.
Signals highlight changes worth reviewing. They cannot determine whether your application is affected.
MotionValueStateno longer caches values inlatest; effect renders read their motion values directly.set()drops itsuseDefaultValueTypeargument.
animate.addEffect() for registering effects that lets animate drive non-DOM subjects alongside DOM elements.threeEffect (motion/three) supporting Three.js objects, materials, shader uniforms, TSL uniform nodes and more.vgpuEffect (motion/vgpu) supporting shared uniforms, Effect/Draw/Compute bindings ("params.time"), scene nodes, cameras, lights, materials, orbit controls, CSS colors and vector components.createEffect now accepts test, read and step options and exposes bound motion values via effect.get().spring.MotionValueState no longer caches values in latest; effect renders read their motion values directly. set() drops its useDefaultValueType argument.