VisualFox FX

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-27 22:59:19

软件介绍

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");
           
}
         
});

本文地址:https://codercto.com/soft/d/2303.html

Weaving the Web

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具