推荐一款后台管理程序,样式多,组件丰富,图表类,icon类,布局类等等.......可以帮助开发者更简便的入手,前端新手可以针对某个组件进行模仿练习,同样也适合前端进阶进行灵感学习。而且是自适应可以应用到iPhone,iPad等设备。
// Chaining example $element .velocity({ width: 75 }) // Animate the width property .velocity({ height: 0 }); // Then, when finished, animate the height property // Per-Property Easing $element.velocity({ borderBottomWidth: [ "2px", "spring" ], // Uses "spring" width: [ "100px", [ 250, 15 ] ], // Uses custom spring physics height: "100px" // Defaults to easeInSine, the call's default easing }, { easing: "easeInSine" // Default easing }); // Animation Delay $element.velocity({ height: "+=10em" }, { loop: 4, delay: 100 // Wait 100ms before alternating back });
链接:http://pan.baidu.com/s/1miAoeLU 密码:bh2d 解压密码:www.hackhp.com