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

x/remapper/src/animation.ts

A framework for Beat Saber map scripting.
Go to Latest
import * as remapper from "https://deno.land/x/remapper@2.1.0/src/animation.ts";

Functions

Generate keyframes from an animation. Useful for doing things such as having objects rotate around points other than their anchor.

Allows you to combine two animations together as long as atleast one of them has only a single keyframe.

Specific function for animations, converts an array with a single element to be double nested.

Get the values of an animation at a given time. Accounts for easings and splines!

Specific function for animations, checks if an animation isn't double nested.

Specific function for animations, converts a double nested array with a single element to an array with a single element.

Export keyframes to a point definition.