使用到的插件有skrollr(视差滚动)
1  | /#rd | 
waypoints(滚动监听)
1  | 
tooltipster(工具提示)
1  | 
unveil(延迟)
1  | 
unveil
使用方法
HTML
1 2 3 4 5 6  | <img src="bg.png" data-src="img1.jpg" /> <img src="bg.png" data-src="img2.jpg" data-src-retina="img2-retina.jpg" /> javascript$(document).ready(function() {  $("img").unveil();}); | 
tooltipster
使用方法
HTML
1  | <h1 class=““tooltip”” title=““This” is=“” my=“” image‘s=“” tooltip=“” message!”=“”>Click here</h1> | 
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28  | $(‘.tooltip’).tooltipster( {    animation:‘slide’,    // Default: fade    arrow:true,    // Default: true    arrowColor:‘’,    // Default: tooltip‘s background color    delay:200,    // Default: 200    fixedWidth:400,    // Default: 0    followMouse:true,    // Default: false    offsetX:0,    // Default: 0    offsetY:0,    // Default: 0    overrideText:’‘,    // Default: ’‘    position:’bottom - right‘,    // Default: top    speed:500,    // Default: 100    timer:0,    // Default: 0    tooltipTheme:’.my - custom - theme‘ // Default: ’.tooltip-message‘}); | 
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com