mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
@ -135,7 +135,7 @@ async function overlayAnimation(
|
||||
const aniRoot = baseEl.shadowRoot || overlay.el;
|
||||
const animation = overlay.animation = await overlay.animationCtrl.create(animationBuilder, aniRoot, opts);
|
||||
overlay.animation = animation;
|
||||
if (!overlay.willAnimate) {
|
||||
if (!overlay.animated) {
|
||||
animation.duration(0);
|
||||
}
|
||||
if (overlay.keyboardClose) {
|
||||
|
Reference in New Issue
Block a user