This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from aee0907 Added some spark animation infra
new 783da6f Add Resize effect stub
new dd88c5c Adding SetAction
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
.../effectClasses/ActionEffectInstance.as} | 144 ++++----
.../src/main/royale/SparkRoyaleClasses.as | 4 +-
.../spark/effects/supportClasses/ResizeInstance.as | 373 +++++++++++++++++++++
.../effects/supportClasses/SetActionInstance.as | 257 ++++++++++++++
5 files changed, 710 insertions(+), 69 deletions(-)
copy
frameworks/projects/MXRoyale/src/main/royale/mx/{controls/listClasses/ListBaseSelectionData.as
=> effects/effectClasses/ActionEffectInstance.as} (51%)
create mode 100644
frameworks/projects/SparkRoyale/src/main/royale/spark/effects/supportClasses/ResizeInstance.as
create mode 100644
frameworks/projects/SparkRoyale/src/main/royale/spark/effects/supportClasses/SetActionInstance.as