Jump to content
Search Community

fabio96

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by fabio96

  1. I saw The timescale (), but still I am not getting in that part of the javascript function, I can not implement the code, because the variables are very different and I got confused. 

     

    Grateful if someone could help

     

    See the Pen knhlu by anon (@anon) on CodePen


  2. I usually use this codepen 

    See the Pen dKrgE by rhernando (@rhernando) on CodePen

      and then substituted as want. 

    What I wanted was, as you can see the 5 players start in the same position. 

    In futsal players start in different positions more forward another behind.

     

    What I have substituted a notepad and then just paste

  3. Sorry for the inconvenience that you did pass.

     

    In this example 

    See the Pen dKrgE by rhernando (@rhernando) on CodePen

     , I do not know if it's my browser but does not work the tactical 1 together with the ball.

    One more question: How can I use this code in netbeans?

  4. I like to read a php file with all the data. 
    It was easier for me. 
    The php file should have something like
     

    //start 3 tweens at the same time
    tl.to("#logo1", 1, {left:"200px", top:"+=60"}, 0)
      .to("#logo2", 1, {left:"200px", top:"-=60"}, 0)
      .to("#logo3", 1, {left:"200px"}, 0)
     
    //add a label where frame3 animation will start 1 second later
    .add("frame3", "+=2")
     
    //add 3 more tweens at the frame3 label
    .to("#logo1", 1, {left:"400px", top:"-=60"}, "frame3")
    .to("#logo2", 1, {left:"400px", top:"+=120"}, "frame3")
    .to("#logo3", 1, {left:"400px", top:"-=60"}, "frame3")

  5. I want to do something like this. but is not working

     

     

    TweenLite.to("#logo1", 1, {left:"632px",top:50px});
    TweenLite.to("#logo2", 2, {left:"532px",top:100px});
    TweenLite.to("#logo3", 3, {left:"432px",top:200px});
  6. I would like to use tweening otherwise. 

    I wish that instead of going straight ahead, move to other positions, down, diagonally. 

     

    I am a student of 12th grade, I would have a different design than usual and so I would use greenscok, but do not know how you do what I said earlier. 

     

    I would appreciate if someone would help.

     

     

    i am working 

    See the Pen dgmia by GreenSock (@GreenSock) on CodePen


×
×
  • Create New...