Jump to content
Search Community

Laszlo

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Laszlo

  1. Hello,

     

    I wondering is it possible to slow down here the scrolling speed of the image?

    It might be I can do it with JS but I do not like to slow down on the whole page just when scrolling the image (#scroller)

     

    Have you got any idea where I need to look around for this? If it is even possible with this GSAP scroller.

    Thanks in advance if you have any suggestion.

     

    Regards, Laszlo

    See the Pen dyZggWE by laszlokosa (@laszlokosa) on CodePen

  2. Hello OSUblake,

     

    I meant that I'd like to prevent the view moves down or up during the animation.

    So my expectation was to achieve something like this:
    1) scroll down to the start position
    2) scroll further and the fromTo handle the scrolling left to right - but prevent moving down until the end position of the image
    3) at the end position of the image continue the moving down when scrolling further

    Maybe I am completely off the road with this and GSAP is not the right way for this. I am not sure. That's why I asked.

     

    Regards, Laszlo

  3. Hello,

    I am new here and I trying to achieve a special scroll workaround here:
    This is almost what I am looking for but I'd like to stop/prevent the vertical scrolling during the 'fromTo' animation.

     

    Maybe I have misunderstood the manual but if not this is not possible with only the 'fromTo'. ( https://greensock.com/docs/v3/GSAP/gsap.fromTo() ) 

     

    Is this possible anyway with GSAP or somehow I better prevent the scrolling with native JS or my approach is completely wrong?
    Could you suggest to me any direction which might be a help for this?

     

    Regards, Laszlo

    See the Pen oNodqaJ by laszlokosa (@laszlokosa) on CodePen

×
×
  • Create New...