检查是否支持 CSS 过渡。
static bool get supportsTransitions { return document.body!.style.supportsProperty('transition'); }