为了账号安全,请及时绑定邮箱和手机立即绑定

视频做的太好了

老师这视频咋做的呀,求指点,很赞,一定要回答一下,不然我会睡不着的,哈哈

正在回答

1 回答

<!DOCTYPE html>
<html>
    <head>
        <title>停车动画</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
           <link href="style.css" rel="stylesheet" type="text/css">
        <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>

        <style>

            *{ padding:0px; margin:0px; }
            body{
                    background:#D5DEE7;
                }
            .car{
                position:absolute;
                top:0px;
                bottom:100px;

}

       </style>

     <script>

            $(document).ready(function(){
               $(".carDiv").hover(function(){
                      $(".car").animate({bottom:'0px'},{duration:100});
            },function(){
                   $(".car").animate({bottom:'600px'},{duration:100});
          })
});

    </script>
    </head>
    <body class="carDiv">
        <img class="car" src="http://img1.sycdn.imooc.com//5343d553000107a107200701.jpg" width="350" height="341"/>    
    </body>
</html>


单击车图片,车图片向下移动500px,移动时间设置600微秒。这个效果做不出来    请指导!!!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

视频做的太好了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信