jQuery仿百度新闻标签云关键词代码是一款扁平化风格带动画效果的百度新闻热搜新闻词标签云特效。
<script src="jquery/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $(document).ready(function(){ $('.divA1').eq($(this).index()).animate({top:'0'},5) }) $('li').mouseenter(function(){ $(this).css('background-color','rgb(24,68,142)') $('.divA').eq($(this).index()).animate({top:'0'},300) $('.divA').eq($(this).index()).animate({top:'100%'},150) $('.divA1').eq($(this).index()).animate({top:'100%'},150) $(this).find('.divA2').animate({top:'100%'},300) }) $('li').mouseleave(function(){ $('.divA1').eq($(this).index()).animate({top:'0'},150) $('.divA').eq($(this).index()).animate({top:'-100%'},10) $(this).find('.divA2').animate({top:'0'},150) $(this).css('background','rgb(40,100,187)') }) </script>
转载请注明出处:https://7sucai.cn/store/content/show/id/777.html
上传时间:2021-11-09
素材作者:网络
素材类型:jQuery
适用程序:标签云
版权申明:本站素材来自网络和用户分享,仅限学习交流请勿用于商业用途。如损害你的权益请联系客服 QQ:234291642 给予处理。
客服