问答详情
源自:2-2 Velocity.js基本用法

为什么我的运行后没反映啊

<!DOCTYPE HTML>
<html>
<head>
     <meta charset="UTF-8">
     <title>A</title>
<link rel="stylesheet" href="css/quick.css">
     <script type="text/javascript"  src="js/jquery.js"></script>
     <script type="text/javascript"  src="js/velocity.min.js"></script>
     <script type="text/javascript"  src="js/velocity.ui.min.js"></script>
</head>
<body>
<div id="box2"  class="sc">
    aaa
</div>
<script type="text/javascript"  src="js/script.js"></script>
</body>
</html>
(function($){
     $('#box2').velocity({width:'300px'});
})(jQuery);


提问者:心安勿忘丨 2017-05-24 14:43

个回答

  • 心安勿忘丨
    2017-05-28 22:47:02

    谢谢你,如果有空可否劳驾看一下我在3-3提出的问题,都是运行不出来,

  • 漆黑如墨z
    2017-05-28 22:43:50

    首先、你的 $('#box2').velocity({width:'300px'});没有写动画时间”duration:3000“

    其次、不知道你的css文件里面有没有给box2编写样式