🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

createZeroVectorFrom

Creates an AnimationVector with all the values set to 0 using the provided TwoWayConverter and the value.

createZeroVectorFrom

Source set: Common
public fun <T, V : AnimationVector> TwoWayConverter<T, V>.createZeroVectorFrom(value: T): V

Creates an AnimationVector with all the values set to 0 using the provided TwoWayConverter and the value.

Return

a new AnimationVector instance of type V.