lume
lume copied to clipboard
Use CSS Typed OM for faster performance, if available.
Here's an intro to CSS Typed OM: https://developers.google.com/web/updates/2018/03/cssom
If a browser supports it, specifically the transform OM, we should use it, and avoid creating strings that'll then be deserialized by the engine. Instead we'll pass numbers that stay numbers.