Skip to content

Avatar animate mode not supported on web #3554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update avatar.api.json to clarify web support for animate prop
  • Loading branch information
adids1221 committed Mar 6, 2025
commit 1c460ec3630785a8ed777025c0a1c9efeaa6c496
2 changes: 1 addition & 1 deletion src/components/avatar/avatar.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "animate",
"type": "boolean",
"description": "Adds fade in animation when Avatar image loads",
"description": "Adds fade in animation when Avatar image loads. This prop isn't supported on web (will be set to false by default when using web).",
"default": "false"
},
{"name": "backgroundColor", "type": "string", "description": "Background color for Avatar"},
Expand Down