Unfortunately it doesn’t seem to; actually this build seems to break the global animations too, because they don’t work either (e.g. if I set the navAnimation
property to mdTransitionAnimation
for example, it doesn’t work on this build, but it does on the stable one).
This is how it looks on the latest stable version vs. the dev version you provided.
@ionic/vue@5.6.6 @ionic/vue-router@5.6.6
|
@ionic/vue@5.7.0-dev.202105031839.bd952eb @ionic/vue-router@5.7.0-dev.202105031839.bd952eb
|
---|---|
The animation does play on the stable one, but it’s the default android animation; my custom animation isn’t playing.
I created a Github repo here with the code I used, including my custom animation, if you need more details.