-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu animation on page change doesn't feel smooth #19
Comments
I've noticed this as well, being an absolute beginner when it comes to programming/web design I have no idea how to fix this. In almost every other way I think this theme is fantastic. But it would be nice to learn/figure out/ hear some guidance about how to make that transition smooth. |
@Wigdo The menu closes when it detects a click. That's why when you click a link that goes to another page it looks less smooth. This is because the page is loaded before the animation finishes. I have no idea how you'd fix that. I'd think some JavaScript to wait before the animation finishes before loading the page that was clicked, but I'm no JavaScript expert. If someone wants to submit a pull request to improve things I'm all for that. Just seeing how this has sat around for almost a year I wouldn't expect much. |
@mmistakes after manually installing the _data, _includes, and other such folders that you have made available for download in a comprehensive .zip file, the transitions were smoother to the point of being, to me eyes, perfect. Downloading the files via the ordinary ruby gem installation method I noticed jerkiness in that transition/animation but not otherwise. Again, fantastic theme, really loving it ~ |
@Wigdo Could be a placebo effect. The ruby gem is identical to what is on GitHub and in the |
Update _resume.scss
when you navigate to another page example "About" the menu feels like it is closed too fast and without progressive transition
The text was updated successfully, but these errors were encountered: