UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 106 B
export function Out(v, overshoot = 1.70158) { return --v * v * ((overshoot + 1) * v + overshoot) + 1; }