play method

Animation play([
  1. AnimationEffect? effect
])

Implementation

Animation play([AnimationEffect? effect]) =>
    js_util.callMethod(this, 'play', [effect]);