open fun withTexts(vararg texts: String!): AnimationBuilder!
Add animation from texts
texts
- String!: the texts
Return
AnimationBuilder!: the builder
open fun withTexts(texts: MutableList<String!>!): AnimationBuilder!
Add animation from texts
texts
- MutableList<String!>!: the texts
Return
AnimationBuilder!: the builder