typeConverter

open override val typeConverter: TwoWayConverter<T, V>

The com.jakewharton.mosaic.animation.TwoWayConverter that will be used to convert value/velocity from any arbitrary data type to AnimationVector. This makes it possible to animate different dimensions of the data object independently (e.g. x/y dimensions of the position data).