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.
1 parent da6bbc6 commit 65e723eCopy full SHA for 65e723e
core/src/components/modal/animations/sheet.ts
@@ -15,7 +15,7 @@ export const createSheetEnterAnimation = (opts: ModalAnimationOptions) => {
15
const initialBackdrop = shouldShowBackdrop
16
? `calc(var(--backdrop-opacity) * ${staticBackdropOpacity ? 1 : currentBreakpoint!})`
17
: '0';
18
- console.log('initial backdrop', initialBackdrop);
+
19
const backdropAnimation = createAnimation('backdropAnimation').fromTo('opacity', 0, initialBackdrop);
20
21
if (shouldShowBackdrop) {
0 commit comments