Skip to content

Commit 7623484

Browse files
author
chenyueban
committed
fix(Transition): Make the prop type 'grow' support unmount
1 parent b701b1f commit 7623484

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/fluent-ui/src/Transition/Transition.styled.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ export const collapse = css`
7777

7878
export const grow = css`
7979
&.grow-enter {
80+
opacity: 0;
81+
transform: scale(0.75, 0.5625);
8082
&-active {
8183
opacity: 1;
8284
transform: scale(1, 1);

0 commit comments

Comments
 (0)