Created
February 22, 2017 18:39
-
-
Save ztrayner/888bc9d1cc0660c22c5a3b5acc1384a7 to your computer and use it in GitHub Desktop.
Fix scrollmagic parallax jitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#parallax-section::before { | |
position: fixed; | |
content: ''; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are awesome. Was trying to figure how to fix this for two days.
For anyone else interested: I applied this to the container of my parallax backgrounds (divs with background-image) and the jittery effect disappeared.
Thank you!