feat: 120-frame unit reveal for all bloks, smoother animation

This commit is contained in:
2026-07-30 13:29:39 +03:00
parent a568fd3a6f
commit dc332dc462
479 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from 'react'
import { motion, AnimatePresence } from 'framer-motion'
import { X } from 'lucide-react'
const UNIT_FRAMES = 40
const UNIT_FRAMES = 120
interface UnitRevealOverlayProps {
unitId: string | null