mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(animation): set fill mode to MD transition to both (#19161)
This commit is contained in:
committed by
Liam DeBeasi
parent
c3871b0cda
commit
0e8ab49d7f
@ -16,6 +16,7 @@ export const mdTransitionAnimation = (_: HTMLElement, opts: TransitionOptions):
|
|||||||
|
|
||||||
rootTransition
|
rootTransition
|
||||||
.addElement(ionPageElement)
|
.addElement(ionPageElement)
|
||||||
|
.fill('both')
|
||||||
.beforeRemoveClass('ion-page-invisible');
|
.beforeRemoveClass('ion-page-invisible');
|
||||||
|
|
||||||
// animate the component itself
|
// animate the component itself
|
||||||
|
|||||||
Reference in New Issue
Block a user