open class AnimateBuilder
Build a new Animate
build |
Return a configured instance of Animate open fun build(): Animate! |
buildAsync |
Return a configured instance of Animate open fun buildAsync(): Future<Animate!>! |
with |
Create a new builder from the qiContext open static fun with(context: QiContext!): AnimateBuilder! |
withAnimation |
Configure animation used by Animate open fun withAnimation(animation: Animation!): AnimateBuilder! |