cvauto
cvauto
/
com.waicool20.cvauto.core.util
/
Animations
Animations
object
Animations
Types
Functions
Types
Animation
Sequence
Link copied to clipboard
class
AnimationSequence
(
steps
:
Long
,
sequence
:
Sequence
<
Double
>
)
:
Sequence
<
Double
>
Timed
Animation
Sequence
Link copied to clipboard
class
TimedAnimationSequence
(
steps
:
Long
,
duration
:
Millis
,
sequence
:
Sequence
<
Double
>
)
:
Sequence
<
Double
>
Functions
Ease
In
Out
Quad
Link copied to clipboard
fun
EaseInOutQuad
(
steps
:
Long
)
:
Animations.AnimationSequence
Ease
In
Quad
Link copied to clipboard
fun
EaseInQuad
(
steps
:
Long
)
:
Animations.AnimationSequence
Ease
Out
Quad
Link copied to clipboard
fun
EaseOutQuad
(
steps
:
Long
)
:
Animations.AnimationSequence
Linear
Link copied to clipboard
fun
Linear
(
steps
:
Long
)
:
Animations.AnimationSequence