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.
2 parents 9cb7a99 + 48976a1 commit c553a5cCopy full SHA for c553a5c
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