Checks to see if CSS Transitions are supported.
static bool get supportsTransitions { return document.body.style.supportsProperty('transition'); }