ransack3849
Forum Replies Created
-
Hi,
I was hoping you add a data attribute field in the plugin parameters, so that we won’t have to code JS on our end. That would be great if you can include this enhancement in a next release. Thanks for that!
Since our website is a blog with lot of “storytelling” content, I believe it’s a valuable addition.
Hi Nico,
After consulting with the theme developers, here are some additional details about what the Lenis plugin actually does:
The “smooth scroll” feature you refer to is the CSS property?
scroll-behavior
, which simply modifies how the browser scrolls to a target (e.g., creating smoother animations when navigating anchor links or scrolling to specific elements).
Lenis, on the other hand, is a JavaScript-based library that creates a completely custom scrolling experience. It overrides the native scrolling behavior to provide features like inertial scrolling, easing effects, and frame-based rendering, resulting in a smoother and more controlled scroll. This goes far beyond what the?scroll-behavior
?CSS property can achieve. More details are available here:?https://lenis.darkroom.engineering/Hi,
The theme we use is running Lenis Smooth Scroll so I would like to keep that.
Is there a way to apply by default the
data-lenis-prevent
attribute to all div and iframe ARVE?- This reply was modified 3 months, 1 week ago by ransack3849.
You can install WP Rollback then choose any version before v10.0.8.1
Hi,
WP_DEBUG is set to false and it’s a production site. Good to know it will be fixed soon. Thanks!