We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a SyntaxError
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; ^^^^^^^^^^^^^^ SyntaxError: Unexpected identifier
I use it like this:
import ReactAnime from 'react-animejs'; const {Anime, stagger} = ReactAnime; class AnimatedBox extends Component { render() { return ( <Anime initial={[ { targets: "#Box", translateX: 200, easing: "linear" } ]} > <div id="Box" style={{ height: 50, width: 50, background: "#dd5" }} /> </Anime> ); } } export default AnimatedBox;
Any hint?
The text was updated successfully, but these errors were encountered:
Same issue - not sure how to solve
Sorry, something went wrong.
No branches or pull requests
I get a SyntaxError
I use it like this:
Any hint?
The text was updated successfully, but these errors were encountered: