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 88a4b51 commit f818986Copy full SHA for f818986
docs/stories/index.js
@@ -5,5 +5,5 @@ import { storiesOf } from '@storybook/react';
5
6
// Gift animation by Jan Semler https://www.lottiefiles.com/u/141
7
storiesOf('Lottie', module)
8
- .add('basic', () => <Animation source={require('./assets/gift.json')} />)
9
- .add('loop', () => <Animation source={require('./assets/gift.json')} loop />);
+ .add('basic', () => <Animation source={require('./assets/gift.json')} autoPlay />)
+ .add('loop', () => <Animation source={require('./assets/gift.json')} loop autoPlay />);
0 commit comments