This is an automated email from the ASF dual-hosted git repository.
yishayw 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 cbdb149 Adding stubs for AnimateProperty usage
new a8648ed Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
cbdb149 is described below
commit cbdb149e8a97ad2eb9491722aa91fea2986176db
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Oct 18 08:12:20 2020 +0100
Adding stubs for AnimateProperty usage
---
frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 ++-
.../projects/MXRoyale/src/main/royale/mx/effects/AnimateProperty.as | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index 7632c3f..6b9c6a0 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -31,7 +31,7 @@ internal class MXRoyaleClasses
//import mx.controls.SWFLoader; SWFLoader;
import mx.core.DPIClassification; DPIClassification;
import mx.core.DesignLayer; DesignLayer;
- //import mx.effects.AnimateProperty; AnimateProperty;
+ import mx.effects.AnimateProperty; AnimateProperty;
//import mx.effects.easing.Cubic; Cubic;
//import mx.effects.easing.Quintic; Quintic;
//import mx.events.StateChangeEvent; StateChangeEvent;
@@ -135,6 +135,7 @@ internal class MXRoyaleClasses
import mx.effects.easing.Bounce; Bounce;
import mx.effects.easing.Exponential; Exponential;
import mx.effects.effectClasses.TweenEffectInstance;
TweenEffectInstance;
+ import mx.effects.effectClasses.AnimatePropertyInstance;
AnimatePropertyInstance;
import mx.effects.TweenEffect; TweenEffect;
import mx.rpc.Fault; Fault;
import mx.rpc.events.InvokeEvent; InvokeEvent;
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/AnimateProperty.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/AnimateProperty.as
index f0fd16e..a2c46b1 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/AnimateProperty.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/AnimateProperty.as
@@ -62,7 +62,7 @@ import mx.effects.effectClasses.AnimatePropertyInstance;
*/
public class AnimateProperty extends TweenEffect
{
- include "../core/Version.as";
+ //include "../core/Version.as";
//--------------------------------------------------------------------------
//