CopilotAnimation
Animated Copilot avatar/logo
Internal Component
This component is intended solely for use within GitHub and is not available for external use.React
draft
Props
CopilotAnimation
| Name | Default | Description |
|---|---|---|
animationType Required | CopilotAnimationTypeSelect which animation to show. Note that this may not always update immediately - the component waits for any running animation to finish before switching to the new one. | |
loopAnimation Required | false | booleanControl whether to loop the animation. |
onAnimationEnd | () => voidCallback emitted when the animation ends. Is not called if | |
size | 32 | numberThe size of the animation. Cannot be smaller than 16. Suggested sizes are 16, 24, 32, 48, 64, 96, 128. |
className | string | |
style | React.CSSProperties |