Advertisement
Oslapas

Untitled

Feb 1st, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script src="jquery-3.4.1.min.js"></script>
  2. <script type = "text/javascript">
  3. const $ = window.$;
  4. window.$ = $;
  5. $(document).on('scroll',function(){
  6. $('p').css("left" , Math.max(500 - 0.35 * window.ScrollY) + "px" )
  7.  
  8. })
  9.  
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement