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:
gpt-engineer-app[bot] 2026-01-21 15:55:41 +00:00
commit d2058a9587

View file

@ -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 */}