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.
1 parent f8af160 commit c42becfCopy full SHA for c42becf
src/index.js
@@ -27,6 +27,7 @@ class Animation extends PureComponent {
27
renderer: 'svg',
28
loop: props.loop || false,
29
autoplay: props.autoPlay,
30
+ rendererSettings: props.rendererSettings || {},
31
});
32
};
33
0 commit comments