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
It looked like to me that this was redundant with the rest of the method. So I tried to remove it and then everything worked as expected, no more glitches. I didn't notice any regression on the rest of the demo. Did I miss something about this piece of code?
The text was updated successfully, but these errors were encountered:
Hey @RemiGuyon
that code handles the subviews of the navigation bar, it works when there are custom views inside the navigation items. Not sure why this happens, I can see the glitch in the navigation title, but if I comment out everything but those lines, it's not affected, so that's odd 🤔
Describe the bug
The transparency effect on the elements of the navBar has glitches when dragging really slowly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The transparency effect should be really smooth as when you scroll the view at normal speed.
When looking at the code I noticed this in the
updateNavbarAlpha()
method:It looked like to me that this was redundant with the rest of the method. So I tried to remove it and then everything worked as expected, no more glitches. I didn't notice any regression on the rest of the demo. Did I miss something about this piece of code?
The text was updated successfully, but these errors were encountered: