You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
The header shrink/grow animation between pages has regressed in v7.5 and the animation is now jumpy. It's very apparent with dynamic font scaling, but still apparent even without.
Expected Behavior
Animation should be completely smooth
Steps to Reproduce
With v7.5:
Use repro below, or: setup an app with an IonHeader, with a home and details page. On the home page it will be the larger header with no rendered toolbar, and on the details page the "Home" text should shrink to become the back button.
Use dynamic font scaling (e.g. html { font-size: 24px }) In my repro, this is in app.css
Transition to and from the details page. Observe the "Home" text jumps around.
Also observe the "Home" text jumps even without the dynamic font scaling, (although only a couple px, much less perceptible)
Revert to v7.4. Observe no jumping, completely smooth
Prerequisites
Ionic Framework Version
v7.x
Current Behavior
The header shrink/grow animation between pages has regressed in v7.5 and the animation is now jumpy. It's very apparent with dynamic font scaling, but still apparent even without.
Expected Behavior
Animation should be completely smooth
Steps to Reproduce
With v7.5:
html { font-size: 24px }) In my repro, this is inapp.cssCode Reproduction URL
https://github.com/aeharding/test-header-font-bug
Ionic Info
Additional Information
Ionic v7.5 with
html { font-size: 2em }Kapture.2023-10-13.at.08.21.27.mp4
Ionic v7.5 with dynamic font scaling OFF (still a slight glitch at end of animation)
Kapture.2023-10-13.at.08.22.12.mp4
Ionic v7.4 (looks good)
Kapture.2023-10-13.at.08.23.38.mp4