蓝璇梦幻
2016-02-17 16:04
有人可以提供一下7-2jqurey动画案例的源代码么?
<script type="text/javascript">
$(function(){
$('#move a').mouseenter(function(){
$(this).find('i').animate({top:"-25px",opacity:"0"},300,function(){
$(this).css({top:"30px"});
$(this).animate({top:"20px",opacity:"1"},200)
})
})
})
</script>
JS动画效果
113925 学习 · 1443 问题
相似问题