Jump to content
Search Community

Kubakh

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Kubakh

  1. 2 minutes ago, GreenSock said:

    Hm, it doesn't look like that code would draw anything, but maybe you just wanted to reverse the order in which the circles animate their scale? If so, try setting the stagger value to -0.1 instead of 0.1. Does that help?

    Yes! Thank you!! :)

  2. Hello! Sorry for my english (from Russia).

     

    So i got this svg circles to draw out from left to right using this code:

     

    TweenMax.staggerFrom("svg circle", 1, {scale:0, transformOrigin:"center center"},0.1)

     

    How do i make the line so it will draw from right to left ?

×
×
  • Create New...