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

x/remapper/src/mod.ts>animateEnvTrack

A framework for Beat Saber map scripting.
Go to Latest
function animateEnvTrack
import { animateEnvTrack } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Targets any environment objects in a track and animates them based on their original transforms.

Parameters

track: string

The track to target.

time: number

The time of the animation.

animation: (animation: AnimationInternals.EnvironmentAnimation) => void

Callback for the animation that will be used.

optional
duration: number

Duration of the animation.

optional
easing: EASE

Easing on the animation.