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

x/remapper/src/animation.ts>AnimationInternals.AbstractAnimation

A framework for Beat Saber map scripting.
Go to Latest
class AnimationInternals.AbstractAnimation
extends ObjectAnimation
import { AnimationInternals } from "https://deno.land/x/remapper@2.1.0/src/animation.ts";
const { AbstractAnimation } = AnimationInternals;

Properties

attenuation: KeyframesLinear
definitePosition: KeyframesVec3
dissolve: KeyframesLinear
dissolveArrow: KeyframesLinear
interactable: KeyframesLinear
localPosition: KeyframesVec3
localRotation: KeyframesVec3
position: KeyframesVec3
rotation: KeyframesVec3