windows的变革历程

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

 24301  324  查看评论 (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‘
});
相关插件-滚动,动画效果

仿淘宝、京东等电商网站楼层跳转滚动定位

实现电商网站的滚动监听、导航定位、返回顶部的功能
  滚动
 28316  409

常用的根据高度自动切换效果

常用的根据高度自动切换效果 简单 下载下来之后可以直接是用 兼容性好 不存在兼容问题
  滚动
 27498  344

jQuery滚轮控制轮播图上下切换(原创)

jQuery滚轮控制轮播图上下切换,简单实用
  滚动
 38518  341

仿mac风格滚动条

经典仿mac风格滚动条
  滚动
 42138  401

讨论这个项目(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
        刚开始我也以为是不流畅,后来才发现,鼠标一直滚动会发现界面有细微的变化,当那些变化到一定程度,也就是介绍到一定,就会滚动,可惜,本来这个效果可以借用来做自己公司的历程,可惜收费
    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复