mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-22 08:56:36 +00:00
perf(website): fix startup forced reflow and adjust AVIF compression quality to 65
This commit is contained in:
@@ -129,7 +129,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
};
|
||||
|
||||
const scheduleHeroMascotAnchor = () => requestAnimationFrame(syncHeroMascotAnchor);
|
||||
scheduleHeroMascotAnchor();
|
||||
window.addEventListener('load', scheduleHeroMascotAnchor, { once: true });
|
||||
window.addEventListener('resize', scheduleHeroMascotAnchor, { passive: true });
|
||||
if ('ResizeObserver' in window) {
|
||||
|
||||
Reference in New Issue
Block a user