We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dSkipFirstTransition
false
1 parent eec6be0 commit 22c1f9eCopy full SHA for 22c1f9e
packages/ui/src/components/_mask/Mask.tsx
@@ -41,6 +41,8 @@ export function DMask(props: DMaskProps): JSX.Element | null {
41
<DTransition
42
dIn={dVisible}
43
dDuring={TTANSITION_DURING_FAST}
44
+ // TODO: Should it be controllable?
45
+ dSkipFirstTransition={false}
46
afterEnter={() => {
47
afterVisibleChange?.(true);
48
}}
0 commit comments