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 91bfd69 commit 7b84ee1Copy full SHA for 7b84ee1
src/contexts/StyleContextProvider.tsx
@@ -11,7 +11,6 @@ const StyleContextProvider = ({ children }: Props) => {
11
// GENERAL
12
const [isMobile, setIsMobile] = useState<boolean>(true);
13
// ANIMATIONS / REACT SPRING
14
- const [hueFlip, setHueFlip] = useState<boolean>(false);
15
const [bgAnimOff, setBgAnimOff] = useState<boolean>(false);
16
const [hueDuration, setHueDuration] = useState<number>(4500);
17
const hueRotation = useSpring({
0 commit comments