diff --git a/src/transition/ios.transition.ts b/src/transition/ios.transition.ts index 298c90d..cc51ee7 100644 --- a/src/transition/ios.transition.ts +++ b/src/transition/ios.transition.ts @@ -186,8 +186,6 @@ export const createIosTransitionAnimation = = 768 ? [36, 13] : [78, 22]; @@ -198,18 +196,8 @@ export const createIosTransitionAnimation = { - topPage.before(shade, edge); + topPage.before(shade); topPage.style.clipPath = `inset(0 round ${corner * 0.82}px)`; topPage.style.clipPath = `shape(from 0px ${corner}px, curve to ${corner}px 0px with 0px ${control}px / ${control}px 0px, hline to calc(100% - ${corner}px), @@ -219,7 +207,6 @@ export const createIosTransitionAnimation = { shade.remove(); - edge.remove(); topPage.style.clipPath = clipPath; }); rootAnimation.addAnimation( @@ -227,15 +214,6 @@ export const createIosTransitionAnimation =