Hello,
I have a range slider made of an SVG that uses Draggable and TimelineMax.
http://codepen.io/rfenik/pen/YqozPL
I want the handle of the slider to move in the center position when the page first loads, so I made a tween that advances the timeline to progress=0.5.
However, when I click on the handle the position jumps to the start position (x:0). It only happens once after the page first loads.
How can I make the position of the range slider to the center mark without the marker jumping to 0 when you click on it?
Thanks.