Jump to content
Search Community

karpovsystems

Members
  • Posts

    2
  • Joined

  • Last visited

karpovsystems's Achievements

0

Reputation

  1. Thank you I will use TweenMax.set(target, {x: value}); for changing position https://codepen.io/karpovsystems/pen/KKPeVzZ
  2. After killing animation and setting a new style, the new animation starts from the wrong position Steps for reproducing: Create new tween let tween = TweenMax.to($test, 5, {x: 100}); Kill the tween while animating tween.kill(); Change target style $test.style.transform = 'translate3d(0,0,0)'; Start new animation TweenMax.to($test, 5, {x: 100});
×
×
  • Create New...