We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b84ee1 commit 48976a1Copy full SHA for 48976a1
src/contexts/StyleContextProvider.tsx
@@ -10,6 +10,7 @@ interface Props {
10
const StyleContextProvider = ({ children }: Props) => {
11
// GENERAL
12
const [isMobile, setIsMobile] = useState<boolean>(true);
13
+
14
// ANIMATIONS / REACT SPRING
15
const [bgAnimOff, setBgAnimOff] = useState<boolean>(false);
16
const [hueDuration, setHueDuration] = useState<number>(4500);
0 commit comments