From ec6f74299bfa6381c60f1d3c4e580c91664e65c1 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 16:03:19 +0200 Subject: [PATCH] accordion animation --- sections/collapsible-content.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/collapsible-content.liquid b/sections/collapsible-content.liquid index 471cc79..3897102 100644 --- a/sections/collapsible-content.liquid +++ b/sections/collapsible-content.liquid @@ -160,7 +160,7 @@ // Set the keyframes from the startHeight to endHeight height: [startHeight, endHeight] }, { - duration: 150, + duration: 200, easing: 'linear' });