Jump to content
Search Community

Faelivrinx

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Faelivrinx

  1. I'm working on horizontal website and finally I've found some solution for smooth scrolling. I resigned for ScrollMagic, cause there was a lot of problems with simple smooth effects but now I don't know how to trigger my animation. 

     

    I'd like to fade-in my section which entering and on leaving fade-out it. It should work for each section. 

    Have you any suggestions or examples? 

  2. Hi!

     

    I'm struggling with horizontal scroll implementation. The main goal is to change default vertical scrolling to horizontal and based on actual position, background opacity which is fixed and on center of my screen. In image below I tried to visualize it :)

     

    801002607_Screenshotfrom2020-05-0223-16-32.thumb.png.bffd6e985fe7ef270fc380630abb9ac5.png

     

    Based on codepen, I've created my implementation with gsap + scroll magic. 

    Unfortunately I couldn't achieve smooth scrolling with it, so result isn't satisfied me. Here is a example of how smooth scrolling could looks like. 

     

    See the Pen MWaOaVv by Faelivrinx (@Faelivrinx) on CodePen

     

    I was trying use that code with scroll magic and implementation of horizontal scroll below, but there was a lot of weird artifacts via scrolling. I'd like to give up with scroll magic and use only gsap, but I could't figure out how to properly implement it. I need to track scrolling, where background image (fixed position) have to change opacity depends on visible section. There is any option using gsap to achive it? 

    I'd be grateful for some examples :) 

     

     

    See the Pen 818f73c3fc47722c5255cfa2ddeeacfd by osublake (@osublake) on CodePen

×
×
  • Create New...