关于 r_animate.js
write by @r1ader in 2022/3/29
什么是 r_animate.js
r_animate.js
帮助您以 函数式编程(Functional programming) 的方式制作动画😄
使用 r_animate.js
,你可能需要
r_animate.js
,你可能需要安装
npm:
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]
Last updated