You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
so i am trying to apply a parallax Effect to a element. I implemented all i need to the project but it does not work.
It does recognize the implemented Javascript, but it does not apply the translate 3D effect to the Element. (It always stays at 0px)
I have to edit, that its a horizontal Scrolling page & the code for it to work does look like this:
Does sb have an idea why this does not work or what is blocking the element to execute? Am i missing something?
The text was updated successfully, but these errors were encountered:
and then u set option horizontal: false. what u expect dude? 😄
It worked with horizontal: false, because for the horizontal parallax i created 1 container around the elements, and inside of the container i created a wrapper - again around the elements.
So what i did is: i rotated the outer container 90deg and the inner wrapper again -90deg - thats why horizontal is false ;)
Hey,
so i am trying to apply a parallax Effect to a element. I implemented all i need to the project but it does not work.
It does recognize the implemented Javascript, but it does not apply the translate 3D effect to the Element. (It always stays at 0px)
I have to edit, that its a horizontal Scrolling page & the code for it to work does look like this:
Does sb have an idea why this does not work or what is blocking the element to execute? Am i missing something?
The text was updated successfully, but these errors were encountered: