jquery图片分类无刷新加载_图片按选项卡筛选插件

引用插件调用方法var filterList = { init:function(){ // MixItUp plugin $('#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();

jquery图片分类无刷新加载_图片按选项卡筛选插件

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据

未经允许不得转载: ICode联盟 » 插件特效 » jquery图片分类无刷新加载_图片按选项卡筛选插件

 猜你喜欢 更多»
 工具推荐 更多»