diff --git a/src/contexts/StyleContextProvider.tsx b/src/contexts/StyleContextProvider.tsx index 5aff13b..6ae3aac 100644 --- a/src/contexts/StyleContextProvider.tsx +++ b/src/contexts/StyleContextProvider.tsx @@ -10,6 +10,7 @@ interface Props { const StyleContextProvider = ({ children }: Props) => { // GENERAL const [isMobile, setIsMobile] = useState(true); + // ANIMATIONS / REACT SPRING const [bgAnimOff, setBgAnimOff] = useState(false); const [hueDuration, setHueDuration] = useState(4500);