Skip to content

Instantly share code, notes, and snippets.

@giathinh910
Created July 11, 2020 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giathinh910/b8fb119ada8ae60a82eacdf840b055ca to your computer and use it in GitHub Desktop.
Save giathinh910/b8fb119ada8ae60a82eacdf840b055ca to your computer and use it in GitHub Desktop.
Simple paralax effect using JQuery
$('.parallax').css('background-positionY', ($(window).scrollTop() * 0.3) + 'px');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment