About r_animate.js

write by @r1ader in 2022/3/29

What’s r_animate.js

r_animate.js help you produce animation with Functional programming 😄

Using r_animate.js ,you may need

Install

npm:

npm install --save r_animate

browser:

Mainstream browsers such as chrome and firefox already support import natively

<script type="module">
    import { r, act } from "https://unpkg.com/r_animate/index.js";
</script>

how to use r_animate.js in native html and javascript ? 👉 [code][demo]

Last updated