react-anime icon indicating copy to clipboard operation
react-anime copied to clipboard

✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!

Results 28 react-anime issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

Hey, just install it via yarn add react-anime and seems ts support is not working here. ![2022-03-13-11-02-HAlNAlWAFC](https://user-images.githubusercontent.com/10989729/158050805-0a05353f-788a-4183-8b94-9deb78bf4553.png) 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;...

Types

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?

AnimeJS parity