Jump to content
Search Community

JackIsJack44

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by JackIsJack44

  1. Thanks you but I can't move the main svg (Sorry I didn't explain the whole situation...:))

     

    1/ I am using a global svg as a main container because it has a viewbox property that enables me to make zoom/focus easily.

    2/ and I use as many svg child as elements because I want to be able to know their positions and width/height easily.

     

    Is there a better way to do that  ? 

     

    See the Pen BgozYz by jackisjack-the-bold (@jackisjack-the-bold) on CodePen

  2. Thanks you Jack - and Visual-Q.

     

    I am using this standard solution now :-)

     

    But I don't understand why there is this extra-object 'Cycle' because

    1/ we can customized 'x', 'y' by object in "vars parameters", without using cycle.

    2/ this can lead to conflit between parameters (in your exemple, "1 sec" versus "i * 1 + 0.5")

    3/ and why the name is 'Cycle' ? There are no repeating processes with it.

     

    Anyway ! Thanks you again :)

     

     

     

     

     

  3. Hi,

     

    Is there a reason why we can't use a function instead of a number with the duration parameters in StaggerTo() ?

     

    Here is a change I made in TweeMax.js to make what I wanted.

     

    And here is a quick example :

    https://animation-lover.glitch.me/

    (click button 'Performances')

     

     

     

     

    2019-06-10 20_20_37-Window.png

    • Like 1
×
×
  • Create New...