On this page
WorkletAnimation constructor
- String animatorName,
- List<
KeyframeEffectReadOnly> effects, - List<
Object> timelines, - dynamic options
Implementation
factory WorkletAnimation(
String animatorName,
List<KeyframeEffectReadOnly> effects,
List<Object> timelines,
/*SerializedScriptValue*/ options) {
var options_1 = convertDartToNative_SerializedScriptValue(options);
return WorkletAnimation._create_1(
animatorName, effects, timelines, options_1);
}
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/WorkletAnimation/WorkletAnimation.html