CSS Filters #2344
martinstanicio
started this conversation in
Ideas
CSS Filters
#2344
Replies: 1 comment
-
I built a plugin for CSS filters and backdrop filters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CSS Filters
Add support for CSS Filters.
For example:
Grayscale
Drop shadow
This specially useful when working with SVG:
If you use
box-shadow
the shadow is squared (unless you apply aborder-radius
), but if you usefilter: drop-shadow()
the shadow will be applied to elements in the SVG itself (box-shadow
vsfilter: drop-shadow
).Beta Was this translation helpful? Give feedback.
All reactions