Skip to content

Commit 3be11af

Browse files
alxhubkara
authored andcommitted
fix: disable animation temporarily for ivy
1 parent 9ff4d2d commit 3be11af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/lib/expansion/expansion-panel-header.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ import {
5858
'[class.mat-expanded]': '_isExpanded()',
5959
'(click)': '_toggle()',
6060
'(keydown)': '_keydown($event)',
61-
'[@expansionHeight]': `{
62-
value: _getExpandedState(),
63-
params: {
64-
collapsedHeight: collapsedHeight,
65-
expandedHeight: expandedHeight
66-
}
67-
}`,
61+
// '[@expansionHeight]': `{
62+
// value: _getExpandedState(),
63+
// params: {
64+
// collapsedHeight: collapsedHeight,
65+
// expandedHeight: expandedHeight
66+
// }
67+
// }`,
6868
},
6969
})
7070
export class MatExpansionPanelHeader implements OnDestroy, FocusableOption {

0 commit comments

Comments
 (0)