feat: 120-frame unit reveal for all bloks, smoother animation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user