首页

源码搜藏网

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

艳红色美女写真网站模板

创建时间:2014-07-24 08:45  

艳红色美女写真网站模板
艳红色美女写真网站模板
在线演示 立即下载

艳红色美女写真网站模板艳红色美女写真网站模板是一款红色大气风格的html美女写真网站模板。红色美女html写真

<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>

上一篇:博客杂志UI工具包 模板
下一篇:企业注销服务介绍页面模板html页面下载

相关内容

热门推荐