AnimationOptions.fromJsObject constructor
AnimationOptions.fromJsObject(
- AnimationOptionsJsImpl jsObject
Creates a new AnimationOptions from a jsObject
.
Implementation
AnimationOptions.fromJsObject(AnimationOptionsJsImpl jsObject)
: super.fromJsObject(jsObject);