mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-19 16:02:57 +00:00
refresh site styles
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
(function(){
|
||||
$(window).scroll(function () {
|
||||
var top = $(document).scrollTop();
|
||||
$('.splash').css({
|
||||
'background-position': '0px -'+(top/3).toFixed(2)+'px'
|
||||
});
|
||||
if(top > 50)
|
||||
$('#home > .navbar').removeClass('navbar-transparent');
|
||||
else
|
||||
|
Reference in New Issue
Block a user