Skip to content

Commit 6d635c8

Browse files
authored
feat(design): remove unnecessary styles in accordion animation (#3338)
1 parent 14de66b commit 6d635c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/design/accordion/src/accordion/animation/accordion-animation.ts

-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ export const daffAccordionAnimations: {
1212
} = {
1313
openAccordion: trigger('openAccordion', [
1414
state('open', style({
15-
visibility: 'visible',
1615
opacity: '1',
1716
height: '*',
1817
})),
1918
state('void',style({
20-
visibility: 'hidden',
21-
overflow: 'hidden',
2219
opacity: '0',
2320
height: '0',
2421
})),

0 commit comments

Comments
 (0)