resolveTransformForAnimation static method
Implementation
static TransformAnimationValue resolveTransformForAnimation(String present) {
List<CSSFunctionalNotation>? notation = resolveTransform(present);
return TransformAnimationValue(notation);
}