Jump to content
Search Community

vencule

Members
  • Posts

    5
  • Joined

  • Last visited

vencule's Achievements

  1. Hi guys. I need help! I have page with horizontal scroll and that works perfectly I need on scroll when next div enters the viewport navigation to move to left ( for example if scroll enters div with id #link-1 that anchor link will be first item in navigation on the left and previous will be removed from viewport ) This is example how this should work https://www.awesomescreenshot.com/video/10409994?key=afa5f9901ad56a27938639ca405ea175 (example is created with pure js, but now need to be created with GSAP ) Also on anchor click page should scroll to div with that id I attached codepan with horizontal scroll Thanks!
  2. Solved it! THANKS AGAIN!!!
  3. Thank you I was trying to accomplish something like that without success... I don't have full functionality, so I was thinking that there is some solution that I cannot see! if(delta < -1) { if( event.target.id === 'custom') { TweenMax.to("#custom", 2, {scrollTo:"max"}); return; } goToNextSlide(); } This is working but not always... Anyway... I will try to figure out what is the problem! Thanks again
  4. Hello Dipscom, Thanks for your replay! Yes! This is exactly what I wish to accomplish just don't know how
  5. Hello, I need little help please. I fond this "Full screen slides" and it's excellent! I was wondering how can I put div inside one slide (example third) that have active scroll, and when you go outside that div page is scrolling like on this example?
×
×
  • Create New...