We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f73dbf7 + 1895b89 commit c88cad9Copy full SHA for c88cad9
src/index.js
@@ -31,6 +31,8 @@ export default class Lottie extends React.Component {
31
32
this.anim = lottie.loadAnimation(this.options);
33
this.registerEvents(eventListeners);
34
+
35
+ this.setSpeed();
36
}
37
38
componentWillUpdate(nextProps /* , nextState */) {
0 commit comments