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

所属分类:UI-滚动

 33894  361  查看评论 (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文字上下滚动

jquery文字上下滚动插件jqScroll.js调用简单,代码注释很清楚。
  滚动
 56946  510

CSS3 滚动视觉差效果加返回顶部

CSS3 滚动视觉差效果+返回顶部.
  滚动
 41856  391

新闻向下翻滚更新

新闻向下翻滚更新
  滚动
 34789  431

HTML5单页面全屏滚动特效

全屏滚动代码简单,非常适合新手。
  滚动
 53441  474

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

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