头部滚动透明度渐变效果
不需要依赖,纯原生JS
isGradual.init({.
/*只接受ID*/
el: 'test',
/*渐变颜色*/
bgColor: '#000',
/*滚动距离默认100*/
top:100,
/*回调,当前滚动距离*/
callback: function (_top) {
console.log(_top)
}
})
ios下 openWin与openFrame,useWKWebView字段改为ture