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
There is visible flickering on our project as well as your own home page that seems to stem from gyroscope feature being enabled on desktop computers. Disabling fixes the issue.
Chrome 76 on Mac with version 1.7.0.
The text was updated successfully, but these errors were encountered:
I had this issue while working on my portfolio. I solved it by adding backface-visiblility: hidden to .js-tilt-glare-inner class and it solved my problem.
I did test it on Chrome 80, Google Chrome Canary 83, Safari 13.1, Firefox Dev edition 75 and Firefox after fixing the issue. The only difference I noticed is that glare amount in Safari is displayed exactly as the mentioned in the code whereas in Firefox and Chrome visible glare was 1/3rd of the actual glare amount. So for that you can set max-glare greater than .5 to get the desired result.
There is visible flickering on our project as well as your own home page that seems to stem from gyroscope feature being enabled on desktop computers. Disabling fixes the issue.
Chrome 76 on Mac with version 1.7.0.
The text was updated successfully, but these errors were encountered: