AnimationOptions.fromJsObject constructor

AnimationOptions.fromJsObject(
  1. AnimationOptionsJsImpl jsObject
)

Creates a new AnimationOptions from a jsObject.

Implementation

AnimationOptions.fromJsObject(AnimationOptionsJsImpl jsObject)
    : super.fromJsObject(jsObject);