最新回答 / qq_轻斟浅醉_1
                                
                                                            https://cdn.jsdelivr.net/npm/velocity-animate@1.5.0/velocity.min.js https://cdn.jsdelivr.net/npm/velocity-animate@1.5.0/velocity.ui.min.js 
                            
                        
                        2018-05-09
                
            
                                最赞回答 / qq_太空舞步_03767508
                                
                                                            是的 网址http://www.mrfront.com/docs/velocity.js/ 如果通过 npm 或 bower 安装 Velocity 的话 js库会更加齐:npm:npm install velocity-animatebower:bower install velocity
                            
                        
                        2017-06-22
                
            
                                最新回答 / 漆黑如墨z
                                
                                                                 element: open,          properties:'shequ.slideUpIn',          options:          {               delay: 60          }     ];应该改为如下:     element: open,          properties:'shequ.slideUpIn',          options:          {               delay: 60        ...
                            
                        
                        2017-05-24
                
            
                                最新回答 / 漆黑如墨z
                                
                                                            首先、你的 $('#box2').velocity({width:'300px'});没有写动画时间”duration:3000“其次、不知道你的css文件里面有没有给box2编写样式
                            
                        
                        2017-05-24
                
            
                                最新回答 / 如果妳還記得我
                                
                                                            // "callout.customPulse" 只是示例,可以随便命名 比如"superSlide"$.Velocity.RegisterEffect("callout.customPulse", {
    defaultDuration: 900,
    calls: [
        [ { scaleX: 1.5 }, 0.50 ], // 0.50 为 动画总时间的50%
        [ { scaleX: 1 }, 0.50 ]
    ]
});// 调用$element.velo...
                            
                        
                        2017-05-20