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
Masks are not working for me. I am publishing mask-nested-tween.fla and mask-movieclip.fla from pixi-animate-master/tests/renders/assets/_fla. Any ideas on how I can get this working?
Thank you!
The text was updated successfully, but these errors were encountered:
pixi.js - v4.8.9
I had same issue. I'd solved it just add
Before var instance3 = new lib.Symbol_1().setMask(instance2);
After var instance3 = new lib.Symbol_1().setMask(instance2.children[0]);
instance2 hasn't instance
instance2.children[0] has instance Graphics
Masks are not working for me. I am publishing mask-nested-tween.fla and mask-movieclip.fla from pixi-animate-master/tests/renders/assets/_fla. Any ideas on how I can get this working?
Thank you!
The text was updated successfully, but these errors were encountered: