关于 r_animate.js

write by @r1ader in 2022/3/29

什么是 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