Skip to content

Commit

Permalink
Merge pull request #178 from zer0-os/remove-slide-up-animation
Browse files Browse the repository at this point in the history
Remove slide up animation from `Accordion`
  • Loading branch information
ratik21 authored Mar 4, 2024
2 parents 80d478e + 87105e3 commit 31a1c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Accordion/Accordion.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ $group-border-radius: 0.5rem;
}

&[data-state='closed'] {
animation: slideUp 200ms cubic-bezier(0.87, 0, 0.13, 1);
animation: none;
//animation: slideUp 200ms cubic-bezier(0.87, 0, 0.13, 1);
}
}

Expand Down

0 comments on commit 31a1c68

Please sign in to comment.