Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:38
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/8bc4b00da56a3ad1958a64265ecda7d9 to your computer and use it in GitHub Desktop.
Save marshallmurphy/8bc4b00da56a3ad1958a64265ecda7d9 to your computer and use it in GitHub Desktop.
function App() {
const options = {
loop: false, // here
autoplay: false, // & here
animationData: animationData,
rendererSettings: {
preserveAspectRatio: "xMidYMid slice"
}
}
return (
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment