Evaluators

object Evaluators

Contains custom animator evaluators related to animating camera properties

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

DOUBLE
Link copied to clipboard
val DOUBLE: TypeEvaluator<Double>
Type evaluator for Double data
EDGE_INSET
Link copied to clipboard
val EDGE_INSET: TypeEvaluator<EdgeInsets>
Type evaluator for EdgeInsets data
POINT
Link copied to clipboard
val POINT: TypeEvaluator<Point>
Type evaluator for Point data
SCREEN_COORDINATE
Link copied to clipboard
val SCREEN_COORDINATE: TypeEvaluator<ScreenCoordinate>
Type evaluator for ScreenCoordinate data