Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:43
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/335fb126c4f9c277787d3df0149a1e3a to your computer and use it in GitHub Desktop.
Save marshallmurphy/335fb126c4f9c277787d3df0149a1e3a to your computer and use it in GitHub Desktop.
//...
return (
<div className="App"> // keep this div for styling later
<div onClick={() => animate()}> // here
<Lottie
options={options}
height={400}
width={400}
isClickToPauseDisabled={true}
playSegments={sequence}
/>
</div>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment