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 am trying to achieve an effect where I need the parallax effect to pause once a breakpoint is reached. Effectively, I would like to set the speed to 0 when the breakpoint is hit but have the elements retain their current positions rather than moving to where their positions would have been if the speed was always 0. Is this possible?
The text was updated successfully, but these errors were encountered:
For future travelers, I was able to solve this by making use of the data-rellax-min and data-rellax-max properties, which allow you to specify a maximum range within which the element will move from its starting position
I am trying to achieve an effect where I need the parallax effect to pause once a breakpoint is reached. Effectively, I would like to set the speed to 0 when the breakpoint is hit but have the elements retain their current positions rather than moving to where their positions would have been if the speed was always 0. Is this possible?
The text was updated successfully, but these errors were encountered: