Jump to content
Search Community

Clonk

Members
  • Posts

    3
  • Joined

  • Last visited

Clonk's Achievements

0

Reputation

  1. Thank you I had tried that but didnt use the "" so it didnt work. Now I have a problem where if I double click while it is transitioning the 750 it moves it 750 more from the point of the click so it ends in a weird place. Is there a simple way around that?
  2. I am trying to set up a slider that when you click the right arrow it moves the slider to the left -750px. I can get it to do it once but need it to move -750px everytime I click the arrow. In jquery .animate I can set it to -=750px and everytime I click the arrow it moves it over -750px. Is there a way I can do that with tweenlite. Here is my code.... $(document).ready(function() { $('#Rt-arrow').click(function() { TweenLite.to('#slider', 2, {x:-750}); });// end click });// end ready
×
×
  • Create New...