Skip to content

Commit

Permalink
feat(design): remove unnecessary styles in accordion animation
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Nov 2, 2024
1 parent 14de66b commit b9410a9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ export const daffAccordionAnimations: {
} = {
openAccordion: trigger('openAccordion', [
state('open', style({
visibility: 'visible',
opacity: '1',
height: '*',
})),
state('void',style({
visibility: 'hidden',
overflow: 'hidden',
opacity: '0',
height: '0',
})),
Expand Down

0 comments on commit b9410a9

Please sign in to comment.