InterpolationResult

data class InterpolationResult(var ratio: Double = 0.0, var k0: CSS.KeyFrame = KeyFrame.DUMMY, var k1: CSS.KeyFrame = KeyFrame.DUMMY)

Constructors

Link copied to clipboard
constructor(ratio: Double = 0.0, k0: CSS.KeyFrame = KeyFrame.DUMMY, k1: CSS.KeyFrame = KeyFrame.DUMMY)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun CSS.InterpolationResult.getColor(key: String, default: RGBA = Colors.TRANSPARENT): RGBA
Link copied to clipboard
fun CSS.InterpolationResult.getEasing(key: String, default: Easing = Easing.LINEAR): Easing
Link copied to clipboard
fun CSS.InterpolationResult.getMatrix(key: String, default: Matrix = Matrix()): Matrix
Link copied to clipboard
fun CSS.InterpolationResult.getRatio(key: String, default: Ratio = Ratio.ZERO): Ratio
Link copied to clipboard
fun CSS.InterpolationResult.getTransform(key: String, default: MatrixTransform = MatrixTransform.IDENTITY): MatrixTransform