Jump to content
Search Community

stereoS

Members
  • Posts

    8
  • Joined

  • Last visited

stereoS's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. Ok got it it actually makes sense! Thanks a lot
  2. Thanks but do you know why it doesn't work with repeat: -1? Because that's exactly the point of it right?
  3. Hi, I would like to make my box rotates to 120 degrees, and then from 120 to 240, and then 240 to 360.. But right now each time it starts at 0 and goes to 120 degrees. TweenMax.to(box, 2, {rotation: '+=120', transformOrigin: '50% 50%', repeat: -1, repeatDelay: 2}); What is the correct way to increment a rotation? Thx
  4. stereoS

    Draggable Chrome

    It works when I set allowNativeTouchScrolling to false, or when I use the upcoming version of Draggable, thank you Jack for clearing that up!
  5. stereoS

    Draggable Chrome

    Thank's for your help PointC , I switched Draggable to the last version but I still have the problem on Chrome. It only happens when I don't move the cursor before dragging the element. I had it tested by two other colleagues, and they have the same issue... My Chrome version is 55.0.2883.95
  6. stereoS

    Draggable Chrome

    Hi, First of all, thank you so much for your amazing support, it helped me a lot of times. I have a problem with Draggable / ThrowPropsPlugin, only on Chrome, and I can’t figure why. Sometimes, the slider don’t move when I drag it although the onDragStart event is called. I made a Codepen here : http://codepen.io/adrienlementheour/pen/KaKggM. Can someone take a look ? Thank you
  7. We have the same issue here (Chrome Mac). Do you have a solution ?
  8. Hi, I would like to update parameter from a timline created with splitText plugin. I'd like my h1 to appear from bottom on load (and scroll to the top) and disappear to top. My idea was to change a variable (decalTxt) As you can see I use reverse() but I would like to change my y position. I can't find an issue and I'm getting mad !
×
×
  • Create New...