首页

源码搜藏网

首页 > 设计素材 > 单页模版 >

粉色风格人物展示模板

创建时间:2014-05-21 23:31  

粉色风格人物展示模板
粉色风格人物展示模板
在线演示 立即下载
粉色风格人物展示模板粉色风格人物展示模板是一款适合模特比赛人物展示的HTML网站模板粉红色模特HTML人物

<script src="js/hover_pack.js"></script>
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
<script type="text/javascript">
$(function () {
var filterList = {
init: function () {
 
// MixItUp plugin
// http://mixitup.io
$('#portfoliolist').mixitup({
targetSelector: '.portfolio',
filterSelector: '.filter',
effects: ['fade'],
easing: 'snap',
// call the hover effect
onMixEnd: filterList.hoverEffect()
});
 
},
hoverEffect: function () {
// Simple parallax effect
$('#portfoliolist .portfolio').hover(
function () {
$(this).find('.label').stop().animate({bottom: 0}, 200, 'easeOutQuad');
$(this).find('img').stop().animate({top: -30}, 500, 'easeOutQuad');
},
function () {
$(this).find('.label').stop().animate({bottom: -40}, 200, 'easeInQuad');
$(this).find('img').stop().animate({top: 0}, 300, 'easeOutQuad');
}
);
 
}
 
};
// Run the show!
filterList.init();
});
</script>
上一篇:手机软件设计网站模板
下一篇:拍照摄影爱好者css3模板

相关内容

热门推荐