jQuery响应式全屏切换页面插件Ascensor.js

所属分类:UI-滚动

 35545  360  查看评论 (1)
分享到微信朋友圈
X
jQuery响应式全屏切换页面插件Ascensor.js ie兼容8

使用方法

需引入文件

<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo.js" type="text/javascript"></script> 
<script src="js/jquery.ascensor.js" type="text/javascript"></script>
<script src="js/myscript.js" type="text/javascript"></script>

html内容

<div id="house">
	<div>
		<!-- Etage1-->
		<div id="ContentName">
		</div>
		<!-- Content of the floor 1-->
	</div>
	<div>
		<!-- Etage2-->
		<div id="ContentName">
		</div>
		<!-- Content of the floor 2-->
	</div>
	<div>
		<!-- Etage3-->
		<div id="ContentName">
		</div>
		<!-- Content of the floor 3-->
	</div>
	<div>
		<!-- Etage4-->
		<div id="ContentName">
		</div>
		<!-- Content of the floor 4-->
	</div>
	<div>
		<!-- Etage5-->
		<div id="ContentName">
		</div>
		<!-- Content of the floor 5-->
	</div>
</div>

调用方式

$('#house').ascensor();
$('#house').ascensor({
	AscensorName: 'house',
	//you can choose the name that will define id and class (default:'maison')
	WindowsFocus: true,
	//if you start on the first content(default:true)
	WindowsOn: '0',
	//if you can to start to the 0,1,2,3 etc.. content
	Direction: 'y',
	//What will be the direction of the ascensor
	NavigationDirection: 'xy',
	//what will be his navigation direction(par défaut:'xy')
});


相关插件-滚动

jQuery元素滚动监听插件xRoll.js

xRoll.js 元素滚动监听插件 元素出现在窗口的时候在执行自定义的函数
  滚动
 25085  324

jQuery滚动楼层效果

jQuery滚动楼层效果,通俗简单好上手,js中有详细步骤解析。
  滚动
 39734  417

仿百度知道(滚动固定标题)插件

仿百度知道滚动固定标题,点击标题滚动到内容块
  滚动
 25367  370

视觉滚动差效果

纯css3写的滚动视差效果
  滚动
 32517  357

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

    . 0
    2018/2/24 15:41:57
    很不错的插件,刚好需要
    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复