-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I am having issues with the segments- for me, displaying a custom set of segments does not seem to do anything. My code:
import React from 'react';
import animation from './animation.json';
import Lottie from 'lottie-react-web';
const Opening = () => {
const options = {
loop: true,
autoplay: true,
prerender: true,
animationData: animation,
};
return (
<React.Fragment>
<Lottie options={options} segments={[0, 8]} />
</React.Fragment>
);
};
export default Opening;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels