I cannot figure out why this is. The issue does not appear on Android devices that I’ve tested, yet with an iPhone or iPod touch, clicking on the menu-bar will cause it to twitch in and out of various sizes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have a transition set on your
.menu-barelement. I suspect what’s happening is that it’s being resized by the browser, and is transitioning to the new size, rather than simply snapping.Just replace your transition:
With one that scopes the properties you want to transition:
That should fix it, but it’s difficult for me to test, as the issue happens on page load.
Edit: I was on the right track, wrong location. Scoping the transitions on the anchors does it. See http://coffeepowered.net/projects/Christian%20Selig.htm for example.