Experience-Monks / f1-dom

Create f1 ui with the dom
MIT License
12 stars 4 forks source link

CSS Filters Support #16

Closed marcod1419 closed 6 years ago

marcod1419 commented 8 years ago

Adds in support for:

These are applied to f1 elements just as all f1 styles. The exception to this is drop-shadow which needs to do something a little different to allow support for different shadow colours. It accepts something like [20,10,5,[255,255,255]], with the second array being the shadow's RGB value. This is of course optional, and simply putting in [20,10,5] will produce a black shadow.