fix animated image documentation for CSS part

This commit is contained in:
konnorrogers
2024-01-25 16:03:55 -05:00
parent 83fe1ff28e
commit b86dd54bb8

View File

@@ -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.