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);
The Nature of Code
Daniel Shiffman / The Nature of Code / 2012-12-13 / GBP 19.95
How can we capture the unpredictable evolutionary and emergent properties of nature in software? How can understanding the mathematical principles behind our physical world help us to create digital w......一起来看看 《The Nature of Code》 这本书的介绍吧!
