You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem with color animation on Flash and Android targets for Starling renderer - alpha just didn't change. But on HTML5 it works properly.
I've discovered a mistake here:
OR operator returns Bool as a result for flash and android and value as a result only for js. So we always get default color after parsing data and don't have animations for any color transformations.
Could you fix it in repo?
Thanks.
The text was updated successfully, but these errors were encountered:
andrew-git
added a commit
to andrew-git/dragonbones
that referenced
this issue
May 16, 2019
Hello.
I had a problem with color animation on Flash and Android targets for Starling renderer - alpha just didn't change. But on HTML5 it works properly.
I've discovered a mistake here:
https://github.com/openfl/dragonbones/blob/master/dragonBones/parsers/ObjectDataParser.hx#L1042
OR operator returns
Bool
as a result for flash and android andvalue
as a result only for js. So we always get default color after parsing data and don't have animations for any color transformations.Could you fix it in repo?
Thanks.
The text was updated successfully, but these errors were encountered: