Jump to content
Search Community

martinmilizia

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by martinmilizia

  1. Rodrigo, thanks for your reply! I solved! The problem was just in scroll plugin that I use in my project (scrollMagic), tweenTo play the animation ma don't update the scroll position. I solved with this two function: function goToLabel(timeline,label){ timeline.tweenTo(label); } function setScroll(controller,val){ controller.scrollTo(val); } unfortunately the solution isn't responsive, have you other tricks?
  2. Hi, I've a problem with the method tweenTo after button click, when animation was complete and I try to scroll the animation starts from beginning. How can I fix it? There's another method that set also window scroll position? Sorry for my bad english. Thanks!
×
×
  • Create New...