Hi Yishay,

Why should HTML components be dependent on Effects?  IMO, basic components
should not presume the existence of any effects/animation subsystem.  In
theory, HTML components might dispatch events that beads can watch and run
effects if requested.

-Alex

On 11/16/16, 2:20 AM, "yish...@apache.org" <yish...@apache.org> wrote:

>Repository: flex-asjs
>Updated Branches:
>  refs/heads/develop 0491e484a -> 23740bcee
>
>
>HTML now depends on Effects, so order is changed.
>
>
>Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/23740bce
>Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/23740bce
>Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/23740bce
>
>Branch: refs/heads/develop
>Commit: 23740bceecef86fddba25a6d7d10f5999e561100
>Parents: 0491e48
>Author: yishayw <yishayj...@hotmail.com>
>Authored: Wed Nov 16 12:20:40 2016 +0200
>Committer: yishayw <yishayj...@hotmail.com>
>Committed: Wed Nov 16 12:20:40 2016 +0200
>
>----------------------------------------------------------------------
> frameworks/build.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>----------------------------------------------------------------------
>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/23740bce/frameworks/
>build.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/build.xml b/frameworks/build.xml
>index 40a3bf3..e5662a1 100644
>--- a/frameworks/build.xml
>+++ b/frameworks/build.xml
>@@ -81,11 +81,11 @@
>         <antcall target="Graphics"/>
>         <antcall target="Binding"/>
>         <antcall target="Collections"/>
>+        <antcall target="Effects"/>
>         <antcall target="HTML"/>
>         <antcall target="Flat"/>
>         <antcall target="Charts"/>
>         <antcall target="DragDrop"/>
>-        <antcall target="Effects"/>
>         <antcall target="Formatters"/>
>         <antcall target="GoogleMaps"/>
>         <antcall target="CreateJS"/>
>

Reply via email to