react-parallax-component
react-parallax-component copied to clipboard
Use `transform: translate3d` instead of `top`
Using top
for animation leads lags, because it can't use GPU but translate3d
- can and use.