From d2f94ef53025fe8319a1edb9d29c45188f613e3b Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 28 Jun 2023 20:36:12 +0100 Subject: [PATCH] Fix features open and close + rework animation to be more pog --- src/components/widgets/AccordionWidget.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/widgets/AccordionWidget.astro b/src/components/widgets/AccordionWidget.astro index fefc251..865e1b3 100644 --- a/src/components/widgets/AccordionWidget.astro +++ b/src/components/widgets/AccordionWidget.astro @@ -73,7 +73,6 @@ const { title, description } = Astro.props; setInitialHeight() { requestAnimationFrame(() => { - console.log(this.padding); this.style.height = this.top.clientHeight + this.padding + "px" this.bottom.style.top = this.top.clientHeight + this.topPadding + "px"; });