Skip to content

Commit

Permalink
update accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Nov 15, 2024
1 parent 8af722b commit da4fbc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/shortcodes/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>
id="faqs-text-01"
role="region"
aria-labelledby="faqs-title-01"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1200 ease-in-out"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1000 ease-in-out"
:class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'"
>
<div class="overflow-hidden">
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2>
id="faqs-text-02"
role="region"
aria-labelledby="faqs-title-02"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1200 ease-in-out"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1000 ease-in-out"
:class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'"
>
<div class="overflow-hidden">
Expand Down Expand Up @@ -166,7 +166,7 @@ <h2>
id="faqs-text-03"
role="region"
aria-labelledby="faqs-title-03"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1200 ease-in-out"
class="grid text-sm text-slate-600 overflow-hidden transition-all duration-1000 ease-in-out"
:class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'"
>
<div class="overflow-hidden">
Expand Down

0 comments on commit da4fbc6

Please sign in to comment.