Capítulo 315 de 411
Adds parallax elements that should be managed by the ScrollSmoother
let smoother = ScrollSmoother.create(...);
// use the data-speed and data-lag attributes found on each .box element
smoother.effects(".box");
// or specify values:
smoother.effects(".circle", {speed: 0.9, lag: 0.3});