Friday 21 February 2020

css graphical filter

The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.

reference:
https://developer.mozilla.org/en-US/docs/Web/CSS/filter
https://www.w3schools.com/cssref/playit.asp?filename=playcss_filter&preval=blur(5px)

https://stackoverflow.com/questions/40568460/using-css-filters-in-react-native

react-native-color-matrix-image-filters
https://github.com/iyegoroff/react-native-color-matrix-image-filters#supported-filters

No comments:

Post a Comment