open override fun onLocationUpdated(vararg location: Array<out Point>, options: ValueAnimator.() -> Unit?)
Content copied to clipboard
Called whenever the location is updated.
supports multiple points to create more complex animations with intermediate points. Last location value will always be the animator target for next animation.
if specified explicitly will apply current animator option to single location update animation. Otherwise default animator options will be used.