open fun withResources(@RawRes vararg resIds: Int!): AnimationBuilder!
Add resources into animation
resIds
- Int!: the resources ids
Return
AnimationBuilder!: the builder
open fun withResources(resIds: MutableList<Int!>!): AnimationBuilder!
Add resources into animation
resIds
- MutableList<Int!>!: the resources ids
Return
AnimationBuilder!: the builder