supportsTransitions property
Checks to see if CSS Transitions are supported.
Implementation
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');
}