dollyOut

fun dollyOut(amount: Double = 1.0, instant: Boolean = false)(source)

Zooms the camera out by increasing the distance to the target. The zoom operation is based on an exponential scale factor determined by the zoomSpeed field.

Parameters

amount

a normalized value controlling the zoom intensity (default is 1.0)

instant

whether the zoom-out effect should occur instantly (default is false)