summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/index.js b/src/index.js
index 8eda015..977f360 100644
--- a/src/index.js
+++ b/src/index.js
@@ -22,16 +22,6 @@ let global = createTheme({
}
}
]
- },
- // Disable all animations
- // https://mui.com/getting-started/faq/#how-can-i-disable-transitions-globally
- MuiCssBaseline: {
- styleOverrides: {
- "*, *::before, *::after": {
- transition: "none !important",
- animation: "none !important"
- }
- }
}
}
});