Guest User

Untitled

a guest
May 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. dateText
  2. .exit()
  3. .transition()
  4. .duration(750)
  5. .attr('x', -50)
  6. .attr('opacity', 0);
  7.  
  8. dateText
  9. .exit()
  10. .transition()
  11. .duration(750)
  12. .remove();
Add Comment
Please, Sign In to add comment