Re: GWT and GSAP (Green Sock Animation Platform) ?
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 -> 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 "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
Re: GWT and GSAP (Green Sock Animation Platform) ?
@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 from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 just pass the JavaScriptObjects. On Monday, October 14, 2013 4:50:57 PM UTC+2, Ed wrote: > > > 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 wrapper... > What do you mean by "native"... Doing it all in JS ? (not using GWT at > all) ? > > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
> 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 wrapper... What do you mean by "native"... Doing it all in JS ? (not using GWT at all) ? -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 use $wnd.Array. >> I will then wait for the next release and remove the work around >> >> Cheers >> >> >> 2013/10/14 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 "instanceof Array" action that doesn't >>> work for gwt code. >>> >>> >>> >> -- > 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 to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 use $wnd.Array. > I will then wait for the next release and remove the work around > > Cheers > > > 2013/10/14 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 "instanceof Array" action that doesn't >> work for gwt code. >> >> >> > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 "instanceof Array" action that doesn't work > for gwt code. > > -- > 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 to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 "instanceof Array" action that doesn't work for gwt code. -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
Looks cool. I went another road but the result seems to be the same :) Good work 2013/10/10 Ed Bras > 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 set up: Facade singleton for the static calls, and Tween and Timeline > instance. All interface based, and base classes containing the shared stuff > like in GreenSock the Animation class. > Note: I do as much as possible in ms instead of seconds, only the options > vars objects are of course in seconds... > Attached a few classes to give you an idea. > Disclaimer: i made it all pretty quickly, didn't had time to review all > well, but it seem to work well (also on mobile)... > Probably refactor things in the coming weeks/months when using it. > > -- > 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 to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 in the past for AS, and loved it) > > -- > 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 to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 in the past for AS, and loved it) -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
Re: GWT and GSAP (Green Sock Animation Platform) ?
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 > 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 to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.