我应该与GWT集成哪些效果库?

时间:2021-10-01 21:08:08

I am curious if anyone has done a comparison between the different options out there. So far I am leaning towards using Moo.fx because loading prototype.js just to use scriptaculous seems a bit much. Does that make sense? Are there any other effects libraries worth trying? Thanks.

我很好奇是否有人对不同的选择做过比较。到目前为止,我倾向于使用Moo。外汇,因为加载原型。使用scriptaculous的js似乎有点多。这说得通吗?还有其他值得尝试的效果库吗?谢谢。

7 个解决方案

#1


2  

"Smart GWT" has interesting effects, especially to mimic desktop items. I pass the ShowCase: Smart GWT Showcase

“智能GWT”具有有趣的效果,特别是模仿桌面项目。我通过了展示:智能GWT展示

#2


1  

Ext GWT

Ext GWT

#3


1  

I use gwt-query, which is a jquery clone for gwt.

我使用gwt-query,它是gwt的jquery克隆。

if you already know jquery its a natural selection. if not, the learning curve for some simple effects is pretty fast (lots of examples on the project's site).

如果你已经知道jquery,这是自然选择。如果没有的话,对于一些简单效果的学习曲线是非常快的(在项目站点上有很多例子)。

#4


1  

I participated in testing of library VisualFox-FX which I use now instead of gwt-fx previously utilized in my project. VisualFox-FX supports both javascript and CSS3 based animation and has lots of pre-built effects. It also allows to combine many effects to build the "complex" one you need.

我参与了库VisualFox-FX的测试,我现在使用它,而不是以前在我的项目中使用的gwt-fx。VisualFox-FX同时支持javascript和CSS3动画,并且有很多预构建的效果。它还允许结合多种效果来构建所需的“复杂”效果。

#5


0  

moo.fx or Rico should do the job...

牛叫声。fx或Rico干这活……

#6


0  

I've found a viable alternative to the recommended JS libraries -- a GWT-native Java library called GWT-FX developed by Adam Tacy. Some of its features include built-in effects (Fade, Slide, Highlight), physics transition types (linear, ease in/out, elastic), and the ability to build your own effects by specifying CSS rules or "properties" (declarations).

我找到了一个可行的替代JS库的方法——由Adam Tacy开发的GWT-FX本地Java库。它的一些特性包括内置的效果(淡入、滑动、突出显示)、物理转换类型(线性、易进/出、弹性)以及通过指定CSS规则或“属性”(声明)来构建自己的效果的能力。

Check out the google code wiki and/or demo pages for more info.

查看谷歌代码wiki和/或演示页面了解更多信息。

#7


-1  

I would recommend jquery. It's small, accessible from Google as an ajax library API, and its speedy.

我建议jquery。它很小,可以从谷歌作为ajax库API访问,而且速度很快。

#1


2  

"Smart GWT" has interesting effects, especially to mimic desktop items. I pass the ShowCase: Smart GWT Showcase

“智能GWT”具有有趣的效果,特别是模仿桌面项目。我通过了展示:智能GWT展示

#2


1  

Ext GWT

Ext GWT

#3


1  

I use gwt-query, which is a jquery clone for gwt.

我使用gwt-query,它是gwt的jquery克隆。

if you already know jquery its a natural selection. if not, the learning curve for some simple effects is pretty fast (lots of examples on the project's site).

如果你已经知道jquery,这是自然选择。如果没有的话,对于一些简单效果的学习曲线是非常快的(在项目站点上有很多例子)。

#4


1  

I participated in testing of library VisualFox-FX which I use now instead of gwt-fx previously utilized in my project. VisualFox-FX supports both javascript and CSS3 based animation and has lots of pre-built effects. It also allows to combine many effects to build the "complex" one you need.

我参与了库VisualFox-FX的测试,我现在使用它,而不是以前在我的项目中使用的gwt-fx。VisualFox-FX同时支持javascript和CSS3动画,并且有很多预构建的效果。它还允许结合多种效果来构建所需的“复杂”效果。

#5


0  

moo.fx or Rico should do the job...

牛叫声。fx或Rico干这活……

#6


0  

I've found a viable alternative to the recommended JS libraries -- a GWT-native Java library called GWT-FX developed by Adam Tacy. Some of its features include built-in effects (Fade, Slide, Highlight), physics transition types (linear, ease in/out, elastic), and the ability to build your own effects by specifying CSS rules or "properties" (declarations).

我找到了一个可行的替代JS库的方法——由Adam Tacy开发的GWT-FX本地Java库。它的一些特性包括内置的效果(淡入、滑动、突出显示)、物理转换类型(线性、易进/出、弹性)以及通过指定CSS规则或“属性”(声明)来构建自己的效果的能力。

Check out the google code wiki and/or demo pages for more info.

查看谷歌代码wiki和/或演示页面了解更多信息。

#7


-1  

I would recommend jquery. It's small, accessible from Google as an ajax library API, and its speedy.

我建议jquery。它很小,可以从谷歌作为ajax库API访问,而且速度很快。