react-anime
react-anime copied to clipboard
✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!
Bumps [terser](https://github.com/terser/terser) from 5.6.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hey, just install it via yarn add react-anime and seems ts support is not working here.  found, that there is no types file
Hi, I'm familiarizing myself with react-anime and have it installed and working on my React app on Node 17.4.0 with a simple translateX animation. I'm getting both an error and...
I get a typescript type error when trying to recreate the grid example on animejs [https://animejs.com/documentation/#gridStaggering](https://animejs.com/documentation/#gridStaggering) My working example with ts warnings [https://codesandbox.io/s/pensive-wozniak-lv45b?file=/src/App.tsx](https://codesandbox.io/s/pensive-wozniak-lv45b?file=/src/App.tsx) My proposed fix ```javascript // Change delay:...
Hi, Using create-react-app-ts, even a very basic or i * 100} scale={[.1, .9]}> Fails on typescript errors: ren?: ReactNode; }> & Rea...'. Type '{ value: any; translateX: any; translateY: any;...
Trying to use react-anime for mounting/unmounting of components but animations are re-run every time component is re-rendered, regardless if something changes in child or `` definition. e.g. `hello` will rapidly...
Hey, I am trying to write tests to check the state changes of my component on mouse enter. ```js describe('animeButton', () => { it('swaps between normal and hover views', ()...
I checked the the docs, examples and source but I couldn't find any component equivalent to anime.timeline() is there any plan to include it?