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
Since we are using javascript for detecting the scroll (in main.js file), when the browser gets interrupted by other js threads, the scroll can get janky.
We can instead use the alternative CSS solution.
If possible, we can also try to eliminate jQuery and increase the website speed.
Since we are using javascript for detecting the scroll (in main.js file), when the browser gets interrupted by other js threads, the scroll can get janky.
We can instead use the alternative CSS solution.
If possible, we can also try to eliminate jQuery and increase the website speed.
Resources:
https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html
Update:
The text was updated successfully, but these errors were encountered: