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

x/remapper/src/mod.ts>animateEnvGroup

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

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

Parameters

group: string

The group 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.