Skip to content

Instantly share code, notes, and snippets.

@hugozap
Created May 16, 2018 23:39
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 hugozap/4ceac468f167b8aabc27db87c87c21b5 to your computer and use it in GitHub Desktop.
Save hugozap/4ceac468f167b8aabc27db87c87c21b5 to your computer and use it in GitHub Desktop.
<SvgLoader id="animated" path="1.svg">
<AttributeMotion
selector="#Star"
start={{
opacity: 0
}}
target={{
opacity: this.state.opacity
}}
/>
</SvgLoader>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment