write by @r1ader in 2022/3/29
Last updated 2 years ago
r_animate.js 帮助您以 函数式编程(Functional programming) 的方式制作动画
r_animate.js
npm install --save r_animate
chrome, firefox 等主流浏览器已原生支持 import
<script type="module"> import { r, act } from "https://unpkg.com/r_animate/index.js"; </script>
在原生 html 与 javascript 中使用 r_animate.js 的示例👉 [code][demo]
html
javascript