getScaleBy

fun getScaleBy(amount: Double, anchor: ScreenCoordinate? = null): Array<CameraAnimator<*>>

Get default animators for "scaleBy" animation Add scale value to current camera scale

Return

Array of the created animators

Parameters

amount

The amount to scale by

anchor

The optional focal point to scale on