Player display animations, death visual, upstream merge #5

Merged
robert merged 7 commits from single-source into main 2026-07-07 11:21:24 -04:00
Showing only changes of commit 9159755846 - Show all commits
+1 -1
View File
@@ -2597,7 +2597,7 @@ function PlayerParticipantCard({ id, isActive, status, onExit, className, childr
return (
<div
ref={divRef}
className={`transition-all duration-1000 ease-in-out ${fadeClass} ${deathClass} ${className}`}
className={`[transition:opacity_1s_ease-in-out,transform_1s_ease-in-out,filter_1s_ease-in-out,border-color_1s_ease-in-out,box-shadow_300ms_ease-in-out] ${fadeClass} ${deathClass} ${className}`}
>
{children}
{isDead && (