Flipboard / react-canvas

High performance <canvas> rendering for React components
BSD 3-Clause "New" or "Revised" License
13.17k stars 920 forks source link

Support opacity in background color? #156

Open juemin90 opened 7 years ago

juemin90 commented 7 years ago

I found that expression like rgba(r, g, b, a) is supported. But what if I want a static background color and to dynamically change opacity value? Because I found that {opacity: xx} is not supported. Also css3 properties such as text-decoration.