diff --git a/src/interface/pages/SettingsPage/Settings.tsx b/src/interface/pages/SettingsPage/Settings.tsx
index f2cec732..f4971549 100644
--- a/src/interface/pages/SettingsPage/Settings.tsx
+++ b/src/interface/pages/SettingsPage/Settings.tsx
@@ -51,6 +51,11 @@ const Settings: React.FC = () => {
description: "Customise the sidebar layout.",
modifyElement:
},
+ {
+ title: "Animations",
+ description: "Enables animations on certain pages.",
+ modifyElement: switchChange('animations', isOn)} />
+ },
{
title: "Notification Collector",
description: "Uncaps the 9+ limit for notifications, showing the real number.",