首页

源码搜藏网

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

设计绘画工作室HTML模板

创建时间:2014-06-06 23:35  

设计绘画工作室HTML模板
设计绘画工作室HTML模板
在线演示 立即下载
设计绘画工作室HTML模板设计绘画工作室HTML模板是一款适合绘画摄影设计企业网站模板设计工作室HTML摄影

<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>
上一篇:鞋包销售HTML网站模板
下一篇: 拍照摄影爱好者模板

相关内容

热门推荐