Skip to content

Instantly share code, notes, and snippets.

@ztrayner
Created February 22, 2017 18:39
Show Gist options
  • Save ztrayner/888bc9d1cc0660c22c5a3b5acc1384a7 to your computer and use it in GitHub Desktop.
Save ztrayner/888bc9d1cc0660c22c5a3b5acc1384a7 to your computer and use it in GitHub Desktop.
Fix scrollmagic parallax jitter
#parallax-section::before {
position: fixed;
content: '';
}
@sonofkyuss
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment