文件名称:jQuery CSS3 H5左侧边栏圣诞老人滑动面板特效.zip
文件大小:42KB
文件格式:ZIP
更新时间:2022-07-31 03:30:35
js特效-jQuery CSS3 H5左侧边栏圣诞老人滑动面板特效
代码片段: function init() { var detectSize = function() { ww = $(window).width(); wh = $(window).height(); maxw = ww 300; minw = -300; maxh = wh 300; }; detectSize(); $(window).resize(detectSize); if (!$('body').css('textShadow')) { textShadowSupport = false; }