Skip to content
New issue

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

onComplete() not playing nice with DCE full #89

Open
miltoncandelero opened this issue Feb 6, 2018 · 1 comment
Open

onComplete() not playing nice with DCE full #89

miltoncandelero opened this issue Feb 6, 2018 · 1 comment

Comments

@miltoncandelero
Copy link

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)

@hoseyjoe
Copy link

hoseyjoe commented Jun 18, 2018

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants