From 22e8ae39a288b39f07b1d0052600837fb6f0d412 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 28 May 2024 13:36:11 -0400 Subject: [PATCH] remove comments --- src/components/tooltip/tooltip.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/tooltip/tooltip.ts b/src/components/tooltip/tooltip.ts index 0a5086d7c..84d598ffd 100644 --- a/src/components/tooltip/tooltip.ts +++ b/src/components/tooltip/tooltip.ts @@ -34,9 +34,6 @@ import type { CSSResultGroup } from 'lit'; * @cssproperty --max-width - The maximum width of the tooltip before its content will wrap. * @cssproperty --hide-delay - The amount of time to wait before hiding the tooltip when hovering. * @cssproperty --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. */ @customElement('wa-tooltip') export default class WaTooltip extends WebAwesomeElement {