Hi!
First off, I would like to thank you for your awesome library!
Issue description:
I tried to condense my issues in the code below. I am really sorry, I think we can condense it more but I didn't manage because I don't really get it.
The first issue is when you use the navbar links to scroll down and up. You can observe that the navbar shakes, shifts up and down, and even blinks.
The second issue is when you are in the section4 and then click to section1, you can observe a lag when we reach the section1. (the bug appears when you scroll to section1 using the navbar, no matter if you start from the section3 or another one)
I don't know if it can help but here are what I observed:
These bugs only work on Safari (I use the version 13.1)
If I remove transform: translate(-50%, -50%) in the CSS the navbar doesn't shake anymore, font-family can also have the same behavior sometimes.
If I remove Jarallax everything works of course
When I remove the drop shadows there is no lag anymore
Removing bootstrap or JqueryUi doesn't change the behavior
Don't forget to put a background
Thank you for your help
Version used:
I use the lastest version of Jarallax v1.12.1
Code to reproduce the issue (HTML blocks + JavaScript initialization)
Hi! First off, I would like to thank you for your awesome library!
Issue description:
I tried to condense my issues in the code below. I am really sorry, I think we can condense it more but I didn't manage because I don't really get it.
The first issue is when you use the navbar links to scroll down and up. You can observe that the navbar shakes, shifts up and down, and even blinks.
The second issue is when you are in the section4 and then click to section1, you can observe a lag when we reach the section1. (the bug appears when you scroll to section1 using the navbar, no matter if you start from the section3 or another one)
I don't know if it can help but here are what I observed:
Thank you for your help
Version used:
I use the lastest version of Jarallax v1.12.1
Code to reproduce the issue (HTML blocks + JavaScript initialization)
Here is my markup
style.css
main.js