interface Async
Retrieve animation duration.
abstract fun duration(): Future<Long!>!
Retrieve animation labels.
abstract fun labels(): Future<MutableMap<String!, MutableList<Long!>!>!>!