On 7/28/16, 6:37 AM, "Harbs" wrote:
>I’m also wondering about a GSAP wrapper. I don’t know whether we can do
>it in the Flex repo because I don’t think GSAP has a compliant
>license.[1] But a FlexJS wrapper for GSAP could be very useful. It might
>be a good candidate for the flex-extras Github
On 7/28/16, 1:16 AM, "Harbs" wrote:
>I noticed that Effects is not using CSS. Is there a reason for that? I
>assume that CSS3 would be more performant.
Is CSS3 in all browsers and runtimes we care about like IE9? It would be
totally fine to have another CSS3Effects.swc that does effects for C
I’m also wondering about a GSAP wrapper. I don’t know whether we can do it in
the Flex repo because I don’t think GSAP has a compliant license.[1] But a
FlexJS wrapper for GSAP could be very useful. It might be a good candidate for
the flex-extras Github repo.
[1]https://greensock.com/licensing
That part I don't know about, but I think it must be a "to-do" item. The
CreateJS project either uses CreateJS effects for the HTML side or it uses
the FlexJS library for the SWF side.
‹peter
On 7/28/16, 4:16 AM, "Harbs" wrote:
>I noticed that Effects is not using CSS. Is there a reason for tha