ScaleAnimator

class ScaleAnimator(from: Float = 0.85f, to: Float = 1.0f) : AbstractAnimator

Scale animator for recycler animations

Since

v0.9.X

Constructors

Link copied to clipboard
constructor(from: Float = 0.85f, to: Float = 1.0f)

Properties

Link copied to clipboard
Link copied to clipboard
open override val interpolator: LinearInterpolator

Functions

Link copied to clipboard
open override fun getAnimators(view: View): Array<Animator>