Add opacity to JS Style

I noticed this was missing.  It has cross browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity#Browser_compatibility
This commit is contained in:
Benjamin Summerton
2019-07-20 20:53:25 -04:00
committed by Dominik Picheta
parent d563efb719
commit 46f2271968

View File

@@ -408,6 +408,7 @@ type
maxWidth*: cstring
minHeight*: cstring
minWidth*: cstring
opacity*: cstring
overflow*: cstring
padding*: cstring
paddingBottom*: cstring
@@ -416,6 +417,7 @@ type
paddingTop*: cstring
pageBreakAfter*: cstring
pageBreakBefore*: cstring
opacity*: cstring
pointerEvents*: cstring
position*: cstring
right*: cstring