We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actuate 1.8.7 - HTML5 target - DCE full option.
If I do this:
Actuate.tween(coverup, 0.5, { alpha:1 } ).onComplete(function () {trace ("not working");});
then I get an exception saying that Cannot read property 'onComplete' of null
Cannot read property 'onComplete' of null
I blame DCE because if I turn it off it works.
(BTW: is dce actually worth it? I am starting a new project being DCE friendly but I am not sure of why should I use DCE)
The text was updated successfully, but these errors were encountered:
This appears fixed in GIT version. Had issue with 1.8.7 release. Our JS file size drops from 3.3mb to 867kb with DCE full so...
Sorry, something went wrong.
No branches or pull requests
Actuate 1.8.7 - HTML5 target - DCE full option.
If I do this:
Actuate.tween(coverup, 0.5, { alpha:1 } ).onComplete(function () {trace ("not working");});
then I get an exception saying that
Cannot read property 'onComplete' of null
I blame DCE because if I turn it off it works.
(BTW: is dce actually worth it? I am starting a new project being DCE friendly but I am not sure of why should I use DCE)
The text was updated successfully, but these errors were encountered: