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

x/remapper/src/mod.ts>Animation

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

Constructors

new
Animation(length?)

Noodle animation manager.

Methods

abstract(json?: Json)

Create an animation that can animate any object.

State that this animation is for an environment object.

import(json: Json)

Create an animation using JSON.

State that this animation is for a note.

State that this animation is for a wall.