Companion

object Companion

Properties

Link copied to clipboard
const val INFINITE: Int

This value is used with the .setRepeatCount property to repeat the animation indefinitely.

Link copied to clipboard
const val RESTART: Int

When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.

Link copied to clipboard
const val REVERSE: Int

When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation reverses direction on every iteration.