Skip to content

Commit f5daff0

Browse files
atlwendybenjamincharity
authored andcommitted
fix(Drawer): Fix missing animation when shadow is always visible
1 parent 919cba2 commit f5daff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/library/drawer/src/drawer-animations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const tsDrawerAnimations: {
3030
width: '{{ collapsedSize }}',
3131
}), { params: { collapsedSize: '3.75rem' } }),
3232
transition('void => open-instant', animate('0ms')),
33-
transition('void <=> open, open-instant => void, left-close <=> open, right-close <=> open',
33+
transition('void <=> open, open-instant => void, void-shadow <=> open, open-instant => void-shadow',
3434
animate('400ms cubic-bezier(0.25, 0.8, 0.25, 1)')),
3535
]),
3636
};

0 commit comments

Comments
 (0)