Skip to content

Instantly share code, notes, and snippets.

@alexbrillant
Created February 16, 2017 00:10
Show Gist options
  • Save alexbrillant/21f07a3746cad1ba4373d3252d9cddc4 to your computer and use it in GitHub Desktop.
Save alexbrillant/21f07a3746cad1ba4373d3252d9cddc4 to your computer and use it in GitHub Desktop.
CircleTransitionRendering
<CircleTransition
  ref={circle => this.circleTransition = circle}
  color={‘blue’}
  expand={true}
  callback={() => {
  // change the scene here. the callback will be called before the circle is hidden 
  }}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment