Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/custom_event.ts>CustomEventInternals.AnimateComponent

A framework for Beat Saber map scripting.
Go to Latest
class CustomEventInternals.AnimateComponent
extends BaseEvent
import { CustomEventInternals } from "https://deno.land/x/remapper@3.0.0/src/custom_event.ts";
const { AnimateComponent } = CustomEventInternals;

Constructors

new
AnimateComponent(
json: Json,
track?: TrackValue,
duration?: number,
easing?: EASE,
)

Animate components on a track.

Properties

duration: number

The duration of the animation.

easing: EASE

The easing on this event's animation.

The "BloomFogEnvironment" component to animate.

The "ILightWithId" component to animate.

The "TubeBloomPrePassLight component to animate."

readonly
track

The track class for this event. Please read the properties of this class to see how it works.

Methods

Remove the subclass of the event, giving access to all properties, but can allow for invalid data.