Functions Const easeease( easingValue: string , fromValue: number , toValue: number , weighting: number ) : number Parameters easingValue: string fromValue: number toValue: number weighting: number Returns number Const pause Scene Tweenpause Scene Tween( runtimeScene: RuntimeScene , id: string ) : void Const remove Scene Tweenremove Scene Tween( runtimeScene: RuntimeScene , id: string ) : void Const resume Scene Tweenresume Scene Tween( runtimeScene: RuntimeScene , id: string ) : void Const scene Tween Existsscene Tween Exists( runtimeScene: RuntimeScene , id: string ) : boolean Parameters Returns boolean Const scene Tween Has Finishedscene Tween Has Finished( runtimeScene: RuntimeScene , id: string ) : boolean Parameters Returns boolean Const scene Tween Is Playingscene Tween Is Playing( runtimeScene: RuntimeScene , id: string ) : boolean Parameters Returns boolean Const stop Scene Tweenstop Scene Tween( runtimeScene: RuntimeScene , id: string , shouldGoToEnd: boolean ) : void Parameters id: string shouldGoToEnd: boolean Returns void Const tween Cameratween Camera( runtimeScene: RuntimeScene , identifier: string , toX: number , toY: number , layerName: string , duration: number , easing: easingFunction ) : void Parameters identifier: string toX: number toY: number layerName: string duration: number easing: easingFunction Returns void Const tween Camera Rotationtween Camera Rotation( runtimeScene: RuntimeScene , identifier: string , toRotation: number , layerName: string , duration: number , easing: easingFunction ) : void Parameters identifier: string toRotation: number layerName: string duration: number easing: easingFunction Returns void Const tween Camera Zoomtween Camera Zoom( runtimeScene: RuntimeScene , identifier: string , toZoom: number , layerName: string , duration: number , easing: easingFunction ) : void Parameters identifier: string toZoom: number layerName: string duration: number easing: easingFunction Returns void Const tween Variable Numbertween Variable Number( runtimeScene: RuntimeScene , identifier: string , variable: Variable , from: number , to: number , duration: number , easing: easingFunction ) : void Parameters identifier: string from: number to: number duration: number easing: easingFunction Returns void Const tween Variable Number2tween Variable Number2( runtimeScene: RuntimeScene , identifier: string , variable: Variable , to: number , duration: number , easing: easingFunction ) : void Parameters identifier: string to: number duration: number easing: easingFunction Returns void Settings Theme OS Light Dark
Tween between 2 values according to an easing function.