Skip to main content

EASING

const EASING

Collection of predefined easing functions

Type: object

PROPERTYTYPEDESCRIPTION
SINE_WAVEfunction
EASE_OUT_CUBICfunction
EASE_OUT_BOUNCEfunction
import View3D, { EASING } from "@egjs/view3d";

new RotateControl({
easing: EASING.EASE_OUT_CUBIC,
});