I'd like to apply this filter:
-webkit-filter: blur();
dynamically via JavaScript.
I looked everywhere online, and I couldn't find almost anything.
I would like to set the property dynamically through JavaScript via the DOM.
document.getElementById("element").style
How would I go about this?