windows的变革历程

所属分类:UI,其他-滚动,动画效果

 25131  325  查看评论 (5)
分享到微信朋友圈
X
windows的变革历程 ie兼容10

使用到的插件有skrollr(视差滚动)  

https://github.com/Prinzhorn/skrollr#rd

waypoints(滚动监听)

http://prinzhorn.github.io/skrollr/

tooltipster(工具提示)   

http://iamceege.github.io/tooltipster/

unveil(延迟)  

http://luis-almeida.github.io/unveil/

unveil

使用方法

HTML

<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

<h1 class=““tooltip”” title=““This” is=“” my=“” image‘s=“” tooltip=“” message!”=“”>Click here</h1>

javascript

$(‘.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‘
});
相关插件-滚动,动画效果

jQuery简单的文字跑马灯特效

这是一款非常简单的jQuery文字跑马灯特效插件。该跑马灯特效使文本从右向左不停循环,当鼠标放到跑马灯上的文字时,跑马灯会暂停运动。
  滚动
 214886  358

页面过度效果大集合(推荐!)

jQuery页面过度效果大集合
  滚动
 76925  1346

类似fullPage的全屏滚动插件

这是一款类似fullPage的全屏滚动插件,使用很简单
  滚动
 51898  418

双向垂直上下滚动

垂直滚动插件,可切换向上或向下方向滚动。
  滚动
 48384  375

讨论这个项目(5)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    不到碗里的巧克力 0
    2016/12/28 11:12:50

    页面到那一页,焦点就到哪里就完美了!

    回复
    汪水水。 0
    2015/12/11 21:12:51

    有点卡

        来就来撒0
        2016/1/25 17:01:09
        不是不流畅,是需要连贯的鼠标一直移动才能连续的出效果哦~  很棒的~
    回复
    ba瑞德 0
    2015/9/29 12:09:38

    效果挺好,但有些运行不流畅的感觉

        SiriBen0
        2016/10/5 17:10:36
        刚开始我也以为是不流畅,后来才发现,鼠标一直滚动会发现界面有细微的变化,当那些变化到一定程度,也就是介绍到一定,就会滚动,可惜,本来这个效果可以借用来做自己公司的历程,可惜收费
    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复