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