Re: GWT and GSAP (Green Sock Animation Platform) ?

2017-02-02 Thread David
I like to use GSAP in my current project. I like to know which version of GSAP is being supported. Does this wrapper support some other plugins such as CssPlugin? David On Thursday, October 17, 2013 at 6:55:27 AM UTC-4, Ed wrote: > > @Blaze: I use both, depending on the requirements. Simple

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-17 Thread Blaze
What is the benefit of using it for this king of animations, all can be done very easy even with css... I tought you are using it more for gaming animation or stuff like this... I used it for small multiple picture animation, with a jsni calles going forth and back from gwt to native js where I

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-17 Thread Ed Bras
@Blaze: I use both, depending on the requirements. Simple - Css, more complex - GSAP. But don't forget that on Mobile, GSAP out performs CSS also with the easy animations... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Alain Ekambi
started to upload the code on github. You can have a look here https://github.com/eemi2010/anim4j. I used it in combination with Ext4j to create some nice result that I will hopefully share soon. 2013/10/10 Ed Bras post2edb...@gmail.com I am curious how you setup/design your code. Let me

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Ed Bras
thanks for sharing, I will have a look. BTW: specifying an array of elements as input for a tween/timeline method, doesn't work in the current release of GSAP. You need the latest RC for that. It was a bug I discovered a few weeks ago when implementing the gwt wrapper.. It's because of the

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Alain Ekambi
I was aware of that bug. My woraround was to use $wnd.Array. I will then wait for the next release and remove the work around Cheers 2013/10/14 Ed Bras post2edb...@gmail.com thanks for sharing, I will have a look. BTW: specifying an array of elements as input for a tween/timeline method,

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Blaze
Out of a curiosity :) For what you actually use the lib ? I used it for some small animations, but went the native way without creating a wrapper... The lib is amazing anyway... Cheers On Monday, October 14, 2013 11:08:01 AM UTC+2, Alain wrote: I was aware of that bug. My woraround was to

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Alain Ekambi
It something that required a seamless integration with GWT and Ext JS. I m finilizing stuff around here and should share a dome app soon :) Yeah GSAP is simply awesome. :) 2013/10/14 Blaze baze...@gmail.com Out of a curiosity :) For what you actually use the lib ? I used it for some small

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-14 Thread Ed Bras
Out of a curiosity :) For what you actually use the lib ? Just all kind of (simple) animations (currently) that work on any device (responsive web site): fade/slides/move/color change, the basics (till now). I used it for some small animations, but went the native way without creating a

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-10 Thread Alain Ekambi
Absolutely no Cons :) Best animation library I ever used :) I m working on open sourcing the code. Should be very soon 2013/9/28 Ed Bras post2edb...@gmail.com How was your experience with it ? (pro/cons?). I am very interested in looking at your wrapper, so if you can share it please

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-10 Thread Ed Bras
In the mean time I made a jsni wrapper as well (more work then I thought do, to do it right and support all features well). I also want to drop it as a OSP (in google probably), but have to find the time to do (isolate dependencies, package names, etc...) I agree: JS GSAP is amazing... (I used it

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-10 Thread Alain Ekambi
Maybe we can join force here. What features do you support ? I m planing to set up the project on my GitHub later today. 2013/10/10 Ed Bras post2edb...@gmail.com In the mean time I made a jsni wrapper as well (more work then I thought do, to do it right and support all features well). I

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-10 Thread Alain Ekambi
Looks cool. I went another road but the result seems to be the same :) Good work 2013/10/10 Ed Bras post2edb...@gmail.com Almost all, expect (from the top of my head): a few arguments that are hardly used like using frames instead of time for duration, defining arguments for listeners. My

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-10-10 Thread Ed Bras
I am curious how you setup/design your code. Let me know when you put it online such that I can have a look. If you have any ideas about working together, let me know (I only have to work 7 days a week the next few months ... :(. -- You received this message because you are subscribed to the

GWT and GSAP (Green Sock Animation Platform) ?

2013-09-28 Thread Ed
What is your experience of GWT in combination with the GSAP (Green Sock Animation framework, JS lib)? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-09-28 Thread Alain Ekambi
I wrote a GWT wrapper for GSAP that we are using internally. One of the thing that i m trying to open source (The other beeing a wrapper for Ext JS). Hopefully soon :) 2013/9/28 Ed post2edb...@gmail.com What is your experience of GWT in combination with the GSAP (Green Sock Animation

Re: GWT and GSAP (Green Sock Animation Platform) ?

2013-09-28 Thread Ed Bras
How was your experience with it ? (pro/cons?). I am very interested in looking at your wrapper, so if you can share it please let/send me know (it saves me writing one myself ;) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Green IT

2010-05-11 Thread Stefan Bachert
In common Green IT will seen as a hardware issue. However, when you are comparing GWT / AJAX - application with classical web technologies like JSP, JSF, PHP you will detect that these technologie heavily differs in power consumptions, too. - GWT reduces the load of the servers. - GWT reduces

Re: Green IT

2010-05-11 Thread Subhrajyoti Moitra
Very interesting observation. I would also be interested to know more on this. Thanks, Subhro. On Tue, May 11, 2010 at 1:03 PM, Stefan Bachert stefanbach...@yahoo.dewrote: In common Green IT will seen as a hardware issue. However, when you are comparing GWT / AJAX - application

[gwt-contrib] [google-web-toolkit] r5961 committed - Rollback to last green build, 5956

2009-08-13 Thread codesite-noreply
Revision: 5961 Author: rj...@google.com Date: Thu Aug 13 12:43:26 2009 Log: Rollback to last green build, 5956 http://code.google.com/p/google-web-toolkit/source/detail?r=5961 Deleted: /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/JsAbstractTextTransformer.java /trunk/dev/core/src/com