Jump to content
Search Community

thipages

Members
  • Posts

    4
  • Joined

  • Last visited

thipages's Achievements

1

Reputation

  1. Hi, I am not sure I understand the question , if any.
  2. Hi, Yep! Working better than mine.... ok, thats very clear. I can move on with the Bezier Curve Thank you very for prompt answer. Thierry
  3. Hi, Thanks for your words. I wrote a sample code with CodePen I simplify the original question trying to go to the root of the problem : how to animate a Google Marker along a line with TweenMax Here is the code : https://codepen.io/thipages/pen/KgKLzx Thnaks for your help
  4. Hi, I try to move a Google Map marker along a Bezier Curve using TweenMax and its bezier property. However Google Map Marker has only setPosition method to update position. How can I feed the bezier property (see below) ? Thanks for your help var marker = new google.maps.Marker(); var bezier = new TweenMax(marker, 6, { bezier:{ type:"soft", values:???? }, ease:Linear.easeNone} );
×
×
  • Create New...