You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2021/03/17 10:24:50 UTC

[royale-asjs] branch develop updated: new API's added

This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7e9a783  new API's added
7e9a783 is described below

commit 7e9a7835c27eecfd39f2dc1061cfb05fc57b8543
Author: alinakazi <al...@gmail.com>
AuthorDate: Wed Mar 17 15:24:20 2021 +0500

    new API's added
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index 5a5260c..53549b1 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -129,6 +129,7 @@
     <component id="ButtonBarButton" class="spark.components.ButtonBarButton"/>
     <component id="ButtonBarHorizontalLayout" class="spark.components.supportClasses.ButtonBarHorizontalLayout"/>
     <component id="AnimateColor" class="spark.effects.AnimateColor"/>
+    <component id="Animate" class="spark.effects.Animate"/>
     <component id="Fade" class="spark.effects.Fade"/>
     <component id="Resize" class="spark.effects.Resize"/>
     <component id="SetAction" class="spark.effects.SetAction"/>
@@ -146,6 +147,7 @@
     <component id="CollectionChangeUpdateForArrayListData" class="spark.components.beads.CollectionChangeUpdateForArrayListData" />
     <component id="SelfItemRenderer" class="spark.components.beads.SelfItemRenderer"/>
     <component id="SelfItemRendererInitializer" class="spark.components.beads.SelfItemRendererInitializer"/>
+    <component id="SimpleMotionPath" class="spark.effects.animation.SimpleMotionPath"/>
 
     <!-- MXItemRenderer -->
 	<component id="MXItemRenderer" class="spark.controls.listClasses.MXItemRenderer"/>