Jump to content
Search Community

Mnml

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Mnml

  1. Thank you so much. I think that is exactly what I need.

     

    U made my day :) Thank you for that fast support. Now I can celebrate my birthday today without breaking my head over this problem.

    • Like 1
  2. Hi,

     

    is there a way to animate bazier with %? I'm building a website with a fluid design, and need to animate my beziercurve with %.

     

    TweenMax.to(test,20,{css:{bezier:{values:[{x:102,y:430},{x:530,y:293}]}}});

     

    At the End of the animation i got following code:

    <a id="test" style="-moz-transform: translate(530px, 293px);"><a>

     

    But i want to get:

    <a id="test" style="-moz-transform: translate(530%, 293%);"><a>

     

     

    Greetz from Germany

    Mnml

×
×
  • Create New...