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