EasingFunction.Predefined



Predefined easing functions.

Summary

Public companion properties

EasingFunction.Predefined

Predefined cubic Bezier function.

Cmn
EasingFunction.Predefined

Predefined cubic Bezier function.

Cmn
EasingFunction.Predefined

Predefined cubic Bezier function.

Cmn
EasingFunction.Predefined

Predefined cubic Bezier function.

Cmn
EasingFunction.Predefined

The linear identity function: accepts and returns values outside 0, 1.

Cmn
EasingFunction.Predefined

Predefined step function with a jump-end at input progress value of 1.

Cmn
EasingFunction.Predefined

Predefined step function with a jump-start at input progress value of 0.

Cmn

Public functions

open String
Cmn

Public companion properties

EASE

val EASEEasingFunction.Predefined

Predefined cubic Bezier function. See ease and @see CubicBezier about input values outside 0, 1)

EASE_IN

val EASE_INEasingFunction.Predefined

Predefined cubic Bezier function. See ease-in and @see CubicBezier about input values outside 0, 1)

EASE_IN_OUT

val EASE_IN_OUTEasingFunction.Predefined

Predefined cubic Bezier function. See ease-in-out and @see CubicBezier about input values outside 0, 1)

EASE_OUT

val EASE_OUTEasingFunction.Predefined

Predefined cubic Bezier function. See ease-out and @see CubicBezier about input values outside 0, 1)

LINEAR

val LINEAREasingFunction.Predefined

The linear identity function: accepts and returns values outside 0, 1.

STEP_END

val STEP_ENDEasingFunction.Predefined

Predefined step function with a jump-end at input progress value of 1. See step end

STEP_START

val STEP_STARTEasingFunction.Predefined

Predefined step function with a jump-start at input progress value of 0. See step start

Public functions

toString

open fun toString(): String