animato-js
Rust/WASM bindings for Animato, published to NPM as @animato/core.
import init from "@animato/core";
await ;
const tween = ;
tween.;
const driver = ;
driver.;
driver.;
const color = ;
color.;
Exports include scalar/vector tweens, keyframes, timelines, springs, rAF and scroll drivers, motion paths, morphing, draw values, inertia, drag, gestures, color interpolation, DOM helpers, and batch tween evaluation.
Build the local package:
Run package tests:
See docs/javascript.md for the full JavaScript
guide.