Closed
Description
What the downside is of setting the offset min > 0 and offset max < 0?
With this setting I'm getting a warning
<Parallax
offsetYMin={`25%`}
offsetYMax={`-50%`}
slowerScrollRate
>
{numeral}
</Parallax>
Warning: Failed prop type: [offsetYMax] in Parallax is less than zero. [offsetYMax] must be greater than or equal to zero.
My intent was to have the content slide upwards while scrolling down the page. Is there an alternative way to create a reverse the parallax direction?