@oliverandersen wrote:
I want to animate my modal in sideways so as it looks like a normal page entering.
In the docs there are two animation attributes I can initialise the modal with:
- enterAnimation
- LeaveAnimation
const modal = await this.modalController.create({ component: MapPage, componentProps: { value: 123 }, enterAnimation: <animation here>, leaveAnimations: <animation here> });
both are of type AnimationBuilder… but i can figure out how to assign an animation to them.
Any help would be great…
Posts: 1
Participants: 1