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

x/remapper/src/easings.ts>easeInCubic

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

Parameters

elapsed: number
initialValue: number
amountOfChange: number
duration: number

Returns

number