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
haxe [3.2.1] actuate [1.8.6] [js][flash]
In this example I've got NaN. If remove onComplete or make duration greater than 0 works fine
function change(value:Float) { trace(value); } ... Actuate.update(change, 0, [0], [100]).onComplete(function() { }); //trace 100; NaN //Actuate.update(change, 0, [0], [100]); //trace 100;
http://try.haxe.org/#f548B
The text was updated successfully, but these errors were encountered:
No branches or pull requests
haxe [3.2.1]
actuate [1.8.6]
[js][flash]
In this example I've got NaN. If remove onComplete or make duration greater than 0 works fine
http://try.haxe.org/#f548B
The text was updated successfully, but these errors were encountered: