I’m surprised no one has noticed or reported this, but when a page transitions in, the ion-title in the toolbar bounces at the end of the transition (in WebKit).
I found the culprit, but until it’s fixed in ionic/core, you can fix it by adding this to your CSS:
This is using ionic-vue@0.9. I think these lines of code are the culprit, because it’s the only place I can find a transition being applied to a header title:
I just discovered that @ionic/vue has @ionic/core@^4.6.0 as a dependency, and that is the version that is being loaded. That probably accounts for why you aren’t seeing it with Angular and React.
Which is why we’ve been telling people to not use ionic/vue for production apps yet. It’s beta. Which should have been a clear sign that it is not ready.
The beta isn’t that broken. It’s actually way more stable than the release version of the hybrid mobile platform I was using before. I had a choice of using the Vue beta or not using Ionic at all. I’ve already contributed some code to Ionic and have more in the pipeline. Would you rather we use another platform?