Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <SvgLoader id="animated" path="1.svg">
  2. <TransformMotion
  3. selector="#Star"
  4. start={{
  5. x: 0,
  6. y: 0,
  7. angle: 0,
  8. rotateX: centerOfRotationX,
  9. rotateY: centerOfRotationY
  10. }}
  11. target={{
  12. x: this.state.x,
  13. y: this.state.y,
  14. angle: this.state.angle,
  15. rotateX: centerOfRotationX,
  16. rotateY: centerOfRotationY
  17. }}
  18. />
  19. </SvgLoader>
Add Comment
Please, Sign In to add comment