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
Several issues (#76, #142, #148) talk about the inability to use the transform property in your stylesheet as it gets overridden by rellax.
Multiple solutions are proposed (wrapper divs, inline styles, setting any additional transforms in JavaScript). However, it seems to me the best solution is using getComputedStyle(), as mentioned in #148, so we can use transform in our stylesheet as we usually would.
Would you consider a pull request adding this feature?
The text was updated successfully, but these errors were encountered:
Several issues (#76, #142, #148) talk about the inability to use the
transform
property in your stylesheet as it gets overridden by rellax.Multiple solutions are proposed (wrapper divs, inline styles, setting any additional transforms in JavaScript). However, it seems to me the best solution is using
getComputedStyle()
, as mentioned in #148, so we can usetransform
in our stylesheet as we usually would.Would you consider a pull request adding this feature?
The text was updated successfully, but these errors were encountered: