I\'m using stellar.js to add a parallax effect to a vertical scrolling website, but I\'m having problems with the background positions. When I use the class \"data-stellar-b
Try changing scrollProperty to transform, like:
scrollProperty
transform
scrollProperty: 'transform'
That worked for me.