This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit f62ec1c65b3ec76218bd7ea597e850b16087716b Author: Alex Harui <[email protected]> AuthorDate: Thu Mar 22 12:00:03 2018 -0700 Flex has states and transitions out-of-the-box --- frameworks/projects/MXRoyale/src/main/resources/defaults.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css index f79af38..44caa0a 100644 --- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css +++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css @@ -25,6 +25,11 @@ box-sizing: border-box; } +global { + IStatesImpl: ClassReference("org.apache.royale.core.StatesWithTransitionsImpl"); + IEffectTimer: ClassReference("org.apache.royale.utils.EffectTimer"); +} + /* ------------------------------------------------------- * Common Platform Styles * ------------------------------------------------------- -- To stop receiving notification emails like this one, please contact [email protected].
