A new animation library, built on the Web Animations API for the smallest filesize and the fastest performance.
import { animate } from "motion"
const boxes = document.querySelectorAll(".box");
animate(boxes, { backgroundColor: "red" });
Be sure to also read the “Improvements over WAAPI” page.