Remove blinking on painted numbers
Hide pulse animation by removing animate-pulse class from orange-painted circles to stop distraction while keeping transition effects intact. X-Lovable-Edit-ID: edt-506a1461-569b-4fcc-9482-689d43d7005c
This commit is contained in:
commit
d2058a9587
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ const LadybugClockPuzzle: React.FC<LadybugClockPuzzleProps> = ({ showSocialShare
|
|||
cy={pos.y}
|
||||
r="20"
|
||||
fill={isLast ? '#ef4444' : isPainted ? '#f59e0b' : '#374151'}
|
||||
className={`transition-all duration-300 ${isPainted && !simulation.isComplete ? 'animate-pulse' : ''}`}
|
||||
className="transition-all duration-300"
|
||||
/>
|
||||
|
||||
{/* Glow effect for newly painted or last */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue