$(window).scroll(function() {
var swipeHeight = 200;//完全变色高度
var scrollTop = $(document).scrollTop();//页面滚动高度
var x = scrollTop/swipeHeight;
$(".head-bg").css({"opacity":x});
})
标签:cti 递增 on() style 完全 blog 高度 opacity function
$(window).scroll(function() {
var swipeHeight = 200;//完全变色高度
var scrollTop = $(document).scrollTop();//页面滚动高度
var x = scrollTop/swipeHeight;
$(".head-bg").css({"opacity":x});
})
标签:cti 递增 on() style 完全 blog 高度 opacity function
原文地址:https://www.cnblogs.com/lhj-blog/p/8521525.html