Main Avatar component with optional animation features.
This component renders an avatar with support for:
Animation features are independent and can be combined. The component automatically manages state transitions and cleanup.
Avatar configuration and animation settings
React component rendering the avatar
<Avatar avatarStyle={AvatarStyle.Circle} topType="LongHairStraight" eyeType="Happy" animationSpeed={2000} hoverScale={1.2}/> Copy
<Avatar avatarStyle={AvatarStyle.Circle} topType="LongHairStraight" eyeType="Happy" animationSpeed={2000} hoverScale={1.2}/>
Main Avatar component with optional animation features.
This component renders an avatar with support for:
Animation features are independent and can be combined. The component automatically manages state transitions and cleanup.