Jump to content
Search Community

aimee

Members
  • Posts

    3
  • Joined

  • Last visited

aimee's Achievements

0

Reputation

  1. That works!! Thank you so much!
  2. aimee

    bezier in javascript

    I can't get autorotate to work in Safari, the object starts to only rotate and not actually move! Anyone any ideas?! Thanks
  3. Adding autorotate to my bezier curve stops it from working in Safari (5.1.7) It just pins around in one spot and doesn't follow the curve. Removing the auto rotate parameter fixes it. Anyone any ideas?! Can't find anyone with this problem and not sure what to do about it, I really need it to auto rotate with the curve. Works in all other browsers! var anim = new TimelineMax(); anim.append(TweenMax.to($('#anim'), 2, {css:{bezier: {values: [{left:'3578px', top:'2417px'},{left:'3431px', top:'2362px'},{left:'3190px', top:'2252px'}], autoRotate: true}}, ease: Linear.easeNone}));
×
×
  • Create New...