VisualFox FX
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/visualfox-fx/
软件介绍
VisualFox-FX 是一个 GWT 的动画和可视效果库,使用 CSS3 实现。
示例代码:
FXFade.range(DOM.getElementById("fox")).animate(2000);
//with call back
FXFade.range(DOM.getElementById("fox")).animate(2000).callback(new Command() {
@Override
public void execute() {
System.out.println("Callback: effect ended");
}
});
Weaving the Web
Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00
Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!
