ready property

Future<Animation> ready

Implementation

Future<Animation> get ready =>
    js_util.promiseToFuture(js_util.getProperty(this, 'ready'));