mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
@ -33,7 +33,8 @@ export function iosTransitionAnimation(AnimationC: Animation, navEl: HTMLElement
|
|||||||
const navDecor = new AnimationC();
|
const navDecor = new AnimationC();
|
||||||
navDecor
|
navDecor
|
||||||
.addElement(navEl)
|
.addElement(navEl)
|
||||||
.beforeAddClass('show-decor');
|
.beforeAddClass('show-decor')
|
||||||
|
.afterRemoveClass('show-decor');
|
||||||
|
|
||||||
rootTransition.add(navDecor);
|
rootTransition.add(navDecor);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user