Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:50
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/5fc5b65227fe17a68ae87d51063e437f to your computer and use it in GitHub Desktop.
Save marshallmurphy/5fc5b65227fe17a68ae87d51063e437f to your computer and use it in GitHub Desktop.
//...
return (
<div className={`${styles.App} + ' ' + ${darkMode ? styles.darkBg : styles.lightBg}`}> // here
<div onClick={() => animate()}>
<Lottie
options={defaultOptions}
height={400}
width={400}
isClickToPauseDisabled={true}
playSegments={sequence}
/>
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment