update docs

This commit is contained in:
Cory LaViska
2021-05-26 19:53:56 -04:00
parent 2432fd1d85
commit 2b39d613b7

View File

@@ -19,8 +19,8 @@ let id = 0;
* @part base - The component's base wrapper.
*
* @customProperty --max-width - The maximum width of the tooltip.
* @customProperty --hide-delay - The amount of time to wait before hiding the tooltip (hover only).
* @customProperty --show-delay - The amount of time to wait before showing the tooltip (hover only).
* @customProperty --hide-delay - The amount of time to wait before hiding the tooltip when hovering.
* @customProperty --show-delay - The amount of time to wait before showing the tooltip when hovering.
*
* @animation tooltip.show - The animation to use when showing the tooltip.
* @animation tooltip.hide - The animation to use when hiding the tooltip.