2d-inc / Flare-React

Example React Component to display Flare animations.
MIT License
103 stars 11 forks source link

Artboard background transparency doesn't work #8

Open loicbrigardis opened 5 years ago

loicbrigardis commented 5 years ago

Changing opacity of the Artboard is working on 2dimensions but not in flare-react.

It seem the alpha of color in artboards node is not used in .flr file. Everything is ok for the shapes.

Roma4ke commented 5 years ago

same problem

Roma4ke commented 5 years ago

SO EASY ! just add transparent={true} <FlareComponent width={200} height={200} transparent={true} animationName="Animatin Logo" file="./file.flr" />

koycatdang commented 4 years ago

SO EASY ! just add transparent={true} <FlareComponent width={200} height={200} transparent={true} animationName="Animatin Logo" file="./file.flr" />

thanks bro!