<script src="js/jsmodern.min.js"></script>
<script>
$(function () {
// 调用 jsModern 的 fullPage 组件方法
// 使用自定义导航按钮
// 进行沿 x 轴的横向滑动
jsModern.fullPage({
navigation: "#my-nav",
background: ['#6E459B', '#4BBFC3', '#C94646', '#f90'],
axis: "x",
callback: [
function () {
var $b = $(this).find(".p > b");
$b.eq(1).animate({
opacity: 1
}, 800);
$b.first().animate({
opacity: 1,
marginRight: 0
}, 800);
$b.last().animate({
opacity: 1,
marginLeft: 0
}, 800);
},
function () {
$(this).find(".B").animate({
marginTop: "150px",
opacity: 1
}, 800);
},
function () {
$(this).find(".C").animate({
marginTop: "150px",
opacity: 1
}, 800);
},
function () {
$(this).find(".D").fadeIn(1500);
}
]
});
})
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
