static bool isValidTransitionPropertyValue(String value) { return value == ALL || value == NONE || CSSTextual.isCustomIdent(value); }