Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/829cd2ccc309b1da02b237ed86b6da21 to your computer and use it in GitHub Desktop.
Save marshallmurphy/829cd2ccc309b1da02b237ed86b6da21 to your computer and use it in GitHub Desktop.
//...
return (
<div className="App">
<Lottie
options={options}
height={400}
width={400}
isClickToPauseDisabled={true} // here
playSegments={sequence} // & here
/>
</div>
);
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment