fix fullscreen

This commit is contained in:
2024-05-06 12:40:51 +05:00
parent ed29a88998
commit f76ff7d516
10 changed files with 56 additions and 32 deletions
@@ -4,12 +4,12 @@ import { useState, useEffect } from "react";
import { isMobile } from "react-device-detect";
import { useSwipeable } from "react-swipeable";
import { Transition } from "react-transition-group";
import { useNavigate } from "react-router-dom";
import Button from "../Button";
import LeftArrowSliderIcon from "../icons/LeftArrowSliderIcon";
import RightArrowSliderIcon from "../icons/RightArrowSliderIcon";
import useSequence from "../../store/useSequence";
import SequenceHighlighting from "./SequenceHighlighting";
import { useNavigate } from "react-router-dom";
const arrayLength = 360;
const keyframes: number[] = [51, 178, 249, 339];