Jump to content
Search Community

skew on scroll

Mlbb lan test
Moderator Tag

Recommended Posts

Hey @GeS

 

The console actually doesn't give me anything, but as I see, that your skewing is not working, there are a couple of things to mention with regard to your demo.

 

1) You are missing a </div> closing tag in your markup, which is prone to throw things off, even if everything else were correct.

2) There are multiple sections in your markup with an atrribute of data-scroll-container and you are using that attribute as the querySelector for your loco-scroll as well as the target for your ScrollerProxy - that is probably not a good idea. Use one certain specific unique element. I changed it to '#viewport' there instead.

3) You forgot to set a scroller to the skewing-ScrollTrigger. I changed that. 

 

and

 

4) I found, that setting a specific trigger, sometimes is neccessary (here it is - in contrast to the demo you were referring to), when working with smooth-scroll-libraries - probably something related to not using the default native scroll-behaviour on the body.

 

See the Pen 182ba822acc8dad639745984516e5c4b by akapowl (@akapowl) on CodePen

 

 

 

Once more, the only thing I can add is, that the most important part always is to make sure your markup is correct, before trying to animate anything.

 

Hope this helps.

 

Cheers,

Paul

  • Like 4
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...