For CSS filters, would there be any difference is the browser's speed to process saturate(2)
as compared to any of the following:
saturate(100)
saturate(1000)
saturate(9999)
saturate(56.789)
saturate(0.001)
saturate(0.1)
saturate(0.5)
saturate(0.6789)
I am just using saturate
as an example here. Interested in learning the answer for all CSS filters.