feat(CharacterSlot): slightly increase magnifying effect

This commit is contained in:
Ilia Mashkov
2026-01-30 00:46:43 +03:00
parent 6634f6df1e
commit a3f9bc12a0

View File

@@ -48,7 +48,7 @@ let { char, proximity, isPast, weight, size, fontAName, fontBName }: Props = $pr
style:font-weight={weight} style:font-weight={weight}
style:font-size={`${size}px`} style:font-size={`${size}px`}
style:transform=" style:transform="
scale({1 + proximity * 0.2}) scale({1 + proximity * 0.3})
translateY({-proximity * 12}px) translateY({-proximity * 12}px)
rotateY({proximity * 25 * (isPast ? -1 : 1)}deg) rotateY({proximity * 25 * (isPast ? -1 : 1)}deg)
" "