Skip to content

Commit

Permalink
gpu transform
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jun 21, 2024
1 parent cc98727 commit d0fe84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const AccordionContent = React.forwardRef<
<AccordionPrimitives.Content
ref={forwardedRef}
className={cx(
"data-[state=closed]:animate-accordionClose data-[state=open]:animate-accordionOpen",
"transform-gpu data-[state=closed]:animate-accordionClose data-[state=open]:animate-accordionOpen",
)}
{...props}
>
Expand Down

0 comments on commit d0fe84a

Please sign in to comment.