Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var paper = Raphael("holder", "100%", "100%");
  2.  
  3. var circle = paper.circle(0, 0, 10);
  4.  
  5. circle.attr("fill", "#fff");
  6. circle.attr("fill", "#fff");
  7. circle.attr("stroke-width", 0);
  8. circle.attr("cx", "50%");
  9. circle.attr("cy", "100%");
  10. circle.animate({"cy": "50%"}, 5000);
Add Comment
Please, Sign In to add comment