Carlos Magno

Results 2 comments of Carlos Magno

> should be > `animationData: animationData.default` thanks a _lottie_!!!

it worked for me. For speed Nx ``` componentWillMount(){ this.setState({},_=>this.setSpeed()) } setSpeed(){ this.setState({speed: N}) } ```