diff --git a/src/routes/_components/NavItem.html b/src/routes/_components/NavItem.html
index 1f5b36f..6874038 100644
--- a/src/routes/_components/NavItem.html
+++ b/src/routes/_components/NavItem.html
@@ -96,6 +96,7 @@
.nav-indicator.animate {
transition: transform 333ms ease-in-out;
+ will-change: transform;
}
.main-nav-link:hover .nav-indicator {