Define Popover Transition Time?

I need to display a popover after another popover with using popover.onDidDismiss((data: any) => { method, we are seeing two transitions lasting two long, user needs to bring lots of patience to this.

Is there a way to speed up transitions on a pop-over individual basis like this is done on NavController with:

this.nav.push(myComp, {}, { animation: this.transitionType, animate: true, duration: 200, easing: "ease-in-out", direction: "right" }

So I need this for popover - or alternatively display popover over popover? Any ideas?

You can define a custom transition just like my package: