function isPropertySupported(property) { return property in document.body.style } isPropertySupported('opacity')
Credits