Update and rename niggascript.js to script.js

This commit is contained in:
talksik
2016-05-17 11:59:31 -07:00
parent 6dde42bf84
commit 5538128f88
@@ -65,12 +65,15 @@ $(window).scroll(function(){
var wScroll = $(this).scrollTop();
$('.cover').css({
'transform' : 'translate(0px, '+ wScroll /8 +'%)'
'transform' : 'translate(0px, '+ wScroll /16 +'%)'
});
$('.cover1').css({
'transform' : 'translate(0px, -'+ wScroll /15 +'%)'
});
$('.music1').css({
'transform' : 'translate(0px, '+ wScroll /4 +'%)'
});
});