I am currently using ion-popovers in my application, but i noticed that there is not an enter animation. It just starts up with the popover on top. I looked at the source and found out there is a animation for enter: https://github.com/ionic-team/ionic/blob/c68160ecd3fb0c4d791e034e88f97ebf7f98de70/core/src/components/popover/animations/md.enter.ts .
I tried to copy the code into a custom animation and it worked (sort of, the popover was not pointing at the right place). So i am not really sure why it is not working while the leave/dismiss animation does…
I took all the parts of the code i used for the popover into a blank project(can’t show the original project), but the popover does not work here… (But it works in the other project). I am new to Ionic, so i dont really know why it does not work, but hope it can be useful anyways!