toggle menu
support-arch
androidJvm
switch theme
search in API
theme
/
co.anitrend.arch.theme.animator
/
ScaleAnimator
Scale
Animator
class
ScaleAnimator
(
from
:
Float
=
0.85f
,
to
:
Float
=
1.0f
)
:
AbstractAnimator
Scale animator for recycler animations
Since
v0.9.X
Members
Constructors
Scale
Animator
Link copied to clipboard
constructor
(
from
:
Float
=
0.85f
,
to
:
Float
=
1.0f
)
Properties
animation
Duration
Link copied to clipboard
open
val
animationDuration
:
SupportAnimatorDuration
interpolator
Link copied to clipboard
open
override
val
interpolator
:
LinearInterpolator
Functions
get
Animators
Link copied to clipboard
open
override
fun
getAnimators
(
view
:
View
)
:
Array
<
Animator
>