界面切换 jQuery 插件 Animate Transition
- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/Rapid-Application-Development-JS/AnimateTransition
- 软件文档: http://rapid-application-development-js.github.io/AnimateTransition/
软件介绍
Animate Transition 能够以 12 种预设方式来切换图片,且该插件使用了硬件加速 CSS 转换,所以性能极好。该插件可用于网站外观设计,导航,甚至是移动应用程序中的页面切换。
代码示例:
AnimateTransition({
container: '.container',
blockIn: '.newElement',
blockOut: '.oldElement',
animation: 'slide-in'
});
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!
