Jump to content
Search Community

Conrad

Members
  • Posts

    1
  • Joined

  • Last visited

Conrad's Achievements

0

Reputation

  1. I had a similar issue where the user slides from one view to another - when returning to the old view, just a click at the view's draggable instance would fire a dragComplete event with the coordinates of the throwProps x.min or x.max value - Thanks to this post I tried a bit and finally found my solution: After a page has fininshed displaying, I'll manually set TweenMax.set(this.element.content_wrapper, { x : 0 } ); instead of 'clearProps' (which had other side effects in my case)
×
×
  • Create New...