Player display animations, death visual, upstream merge #5
+1
-1
@@ -2597,7 +2597,7 @@ function PlayerParticipantCard({ id, isActive, status, onExit, className, childr
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={divRef}
|
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}
|
{children}
|
||||||
{isDead && (
|
{isDead && (
|
||||||
|
|||||||
Reference in New Issue
Block a user