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
I noticed my title shifts down when using Rellax: <h1 class="title rellax" data-rellax-speed="-3" style="transform: translate3d(0px, 78px, 0px) translate3d(0px, 0px, 0px);">Downloads</h1>
The 78px seems related to the speed setting, i.e. if I enter a speed of 0, than 0px, when -2 than 52px.
I noticed my title shifts down when using Rellax:
<h1 class="title rellax" data-rellax-speed="-3" style="transform: translate3d(0px, 78px, 0px) translate3d(0px, 0px, 0px);">Downloads</h1>
The 78px seems related to the speed setting, i.e. if I enter a speed of 0, than 0px, when -2 than 52px.
I noticed similair behavior when using a div:
My js-script:
Can anyone explain the cause and how to solve it?
The text was updated successfully, but these errors were encountered: