Jump to content
Search Community

vertude

Members
  • Posts

    2
  • Joined

  • Last visited

vertude's Achievements

0

Reputation

  1. Thanks for the reply, I was looking at that page too and tried to apply it below and still doesn't work. I tried using this link http://snorkl.tv/dev/js_demo1/scrollToDemo.html and added the following code, still doesn't seem to work. function scroller(event){ var scrollYPos = $(event.data.id).offset().top; event.preventDefault(); TweenLite.to(window, 2, {scrollTo:{y:scrollYPos, x:0}, ease:Power4.easeOut, onComplete:updatePos}); function updatePos(){ TweenLite.to(window, 0, {scrollTo:{y:scrollYPos+1}}); TweenLite.to(window, 0, {scrollTo:{y:scrollYPos-1}}); } } Know whats wrong?
  2. Hey guys, this is great application in using Tweenlite to scrollTo. However, I'm working on some projects and it seems that this scrollTo is behaving like the jQuery one on iPhone and iPad where it does a lock on the screen once you click one of them and you have to sort of move the content slightly (up/down) then you can click the navigation again. It'd b great if Will or Jack can fix this issue as I believe this is quite a major issue. Let me know if you have any resolution. Thank you.
×
×
  • Create New...