WorkletAnimation constructor
WorkletAnimation(
- String animatorName,
- List<
KeyframeEffectReadOnly> effects, - List<
Object> timelines, - dynamic options,
Implementation
factory WorkletAnimation(
String animatorName,
List<KeyframeEffectReadOnly> effects,
List<Object> timelines,
/*SerializedScriptValue*/ options,
) {
throw UnsupportedError(
'WorkletAnimation is not available outside a browser context.');
}