jQuery Approach
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://srobbin.com/jquery-plugins/jquery-approach/
- 软件文档: https://github.com/srobbin/jquery-approach#readme
- 官方下载: https://github.com/srobbin/jquery-approach/
软件介绍
Approach 是一个 jQuery 的插件,用来当鼠标接近对象的时候动画的切换各种对象的样式,跟 jQuery animate 插件很是类似,只不过 Approach 是根据距离来激活动画,而不是时间。
示例代码:
$("#foo").approach({
opacity: 0.99
}, 300);
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
