Skip to content

Commit

Permalink
fix animated image documentation for CSS part (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers authored Feb 8, 2024
1 parent 380d56f commit a5e9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/animated-image/animated-image.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type { CSSResultGroup } from 'lit';
* @slot play-icon - Optional play icon to use instead of the default. Works best with `<sl-icon>`.
* @slot pause-icon - Optional pause icon to use instead of the default. Works best with `<sl-icon>`.
*
* @part - control-box - The container that surrounds the pause/play icons and provides their background.
* @part control-box - The container that surrounds the pause/play icons and provides their background.
*
* @cssproperty --control-box-size - The size of the icon box.
* @cssproperty --icon-size - The size of the play/pause icons.
Expand Down

0 comments on commit a5e9b94

Please sign in to comment.