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
Hello, Spline community!
I have a question regarding a non-passive event warning in the console, a.k.a "[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event." which is also mentioned in the Lighthouse post-test recommendations.
I have a problem exactly with scrolling, which feels "jumpy + low FPS" :). After a quick examination of the source code of the @splinetool/runtime there is indeed a lack of { passive: true } in the event listener declaration. ?
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event.
[Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event.
Hello, Spline community!
I have a question regarding a non-passive event warning in the console, a.k.a "[Violation] Added non-passive event listener to a scroll-blocking
'touchstart'
event." which is also mentioned in the Lighthouse post-test recommendations.I have a problem exactly with scrolling, which feels "jumpy + low FPS" :). After a quick examination of the source code of the
@splinetool/runtime
there is indeed a lack of{ passive: true }
in the event listener declaration. ?Here is a reference article: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md
I would really be thankful for your fix or any help.
Thank you!
The text was updated successfully, but these errors were encountered: