- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://blackberry.github.com/Alice/index.html
- 软件文档: https://github.com/blackberry/Alice
软件介绍
AliceJS - (A Lightweight Independent CSS Engine) 是一个小型的 JavaScript 库用于通过硬件加速特性在一些现在的浏览器上实现高质量的可视化特效。
在线演示:http://blackberry.github.com/Alice/demos/index.html
示例代码:
<script type="text/javascript">
var a = alice.init(),
deck = document.getElementById("deck").children;
a.slide(deck, "left", "", {
"value": "1000ms",
"randomness": "0%",
"offset": "150ms"
});
</script>
The Little Schemer - 4th Edition
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 40.00
This delightful book leads you through the basic elements of programming in Scheme (a Lisp dialect) via a series of dialogues with well-chosen questions and exercises. Besides teaching Scheme, The Lit......一起来看看 《The Little Schemer - 4th Edition》 这本书的介绍吧!
