interface StopEngine

Known direct subclasses
SpringStopEngine

This contains the class to provide the logic for an animation to come to a stop using a spring model.

StopLogicEngine.Decelerate
StopLogicEngine

This contains the class to provide the logic for an animation to come to a stop.


Summary

Public functions

String!
debug(desc: String!, time: Float)
Float
Float
Float
Boolean

Public functions

debug

Added in 1.1.0-alpha13
fun debug(desc: String!, time: Float): String!

getInterpolation

Added in 1.1.0-alpha13
fun getInterpolation(time: Float): Float

getVelocity

Added in 1.1.0-alpha13
fun getVelocity(): Float

getVelocity

Added in 1.1.0-alpha13
fun getVelocity(time: Float): Float

isStopped

Added in 1.1.0-alpha13
fun isStopped(): Boolean