-
- [x] If the user finds any issues there should a button that is always visible to report any issues
- [x] Once the button is clicked, a form should pop up prompting the user to describe the issue
- […
-
Hi!
thanks for making this great tool!
I found that there is happening something strange.
I made a test repo: https://github.com/tujoworker/import-js-bug
```bash
git clone https://github.co…
-
I get a SyntaxError
```
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
^^^^^^^^^^^^^^
SyntaxError: Unexpected identifier
```
I use it like this:
```
import…
-
I am getting an error using this library using v8.9.4 of Node.
```
import Anime from 'react-anime';
....
i * 100}
scale={[.1, .9]}>
```
This may be becau…
-
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: …
-
Hi,
Anime changed the way that timeline offsets are specified in v3. They are given as a second parameter to the `add` function. (see https://github.com/juliangarnier/anime/commit/8338490c08da6d05…
-
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…
-
Hey all,
I'm trying to do some function based elasticity per the anime.js documentation.
The following works for duration and delay, but not for elasticity. Does React-Anime not support this fea…
-
I work with a anime community based on telegram- @warlordsnet . And we have a small blog - http://anime-mandir.blogspot.com/
We would like to collaborate with your new re-write of anivue which you…
-
Spent a few hours on this today & hoping I can save someone else the trouble in the future / perhaps we can improve the docs. I was struggling to replicate even the most basic examples from the websit…