很精彩!标签UI设计效果 基于jQ的标签特效演示

2015-12-14 0 672
很精彩!标签UI设计效果 基于jQ的标签特效演示
$(window).load(function() {//
$('.tag').each(function(i) {

setTimeout(function() {

$('.tag:eq('+i+')').css({ display: 'block', opacity: 0 }).stop().animate({ opacity: 1 }, 'easeInOutExpo');

}, 250 * (i + 1))

});

$('.tag').hover(function() {

$(this).stop().animate({ paddingRight: ($('.tag_count', this).outerWidth() - 5) }, 'easeInOutExpo');

}, function() {

$(this).stop().animate({ paddingRight: 5 }, 'easeInOutExpo');

});
});

遇见资源网 css 很精彩!标签UI设计效果 基于jQ的标签特效演示 http://www.ox520.com/14580.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务