This content originally appeared on Bram.us and was authored by Bramus!
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.
This content originally appeared on Bram.us and was authored by Bramus!

Bramus! | Sciencx (2021-09-21T20:50:59+00:00) Motion One — WAAPI Powered Animation Library. Retrieved from https://www.scien.cx/2021/09/21/motion-one-waapi-powered-animation-library/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.