create Anchor Animator
abstract fun createAnchorAnimator(options: CameraAnimatorOptions<ScreenCoordinate>, block: ValueAnimator.() -> Unit? = null): ValueAnimator
Content copied to clipboard
Create CameraAnchorAnimator
Parameters
options
animator options object to set targets and other non mandatory options
block
optional block to apply any ValueAnimator parameters