mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
feat(popover): change template in popover to a page similar to modal
add ability to pass event in the transition, so on present of the popover, clean up the positioning references #5420
This commit is contained in:
@ -36,6 +36,7 @@ export interface TransitionOptions {
|
||||
direction: string;
|
||||
renderDelay?: number;
|
||||
isRTL?: boolean;
|
||||
ev?: any;
|
||||
}
|
||||
|
||||
let TransitionRegistry = {};
|
||||
|
Reference in New Issue
Block a user