Sadegh Barati
Sadegh Barati
Hi please use discussion for Q&A check https://github.com/idiotWu/smooth-scrollbar/discussions/486
upload your project to `surge` or `vercel` so we can see what ur goal...
animejs use Promise to resolve complete animation when there is no duration "It can't start, or it can't even end or complete"
@moko2man a simple way is to use [Vite](https://vitejs.dev/guide/#scaffolding-your-first-vite-project) and [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#polyfill-specifiers) the things you should polyfill 1. Map 2. Promise 3. Float32Array --- If you use **modern** polyfill use `polyfills` and...
Instead of `node_module` load anime with a **`static file`** or with **`CDN`** link 1. static like `` 2. [CDN](https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js) PS: If you uploaded `node_module` to the server remove it and...
share a codepen to can be collaborate
`time offset` or `promise` is best way but here a simple solution https://codepen.io/riccardo051/pen/wvGjogw?editors=1111
The thing that anime missing is named timeline, like Gsap
I actually use anime coz its not heavy like other animations platforms the anime documentation is so easy to understand but not cover all things up like GSAP Doc and...