UNPKG

@phaserjs/phaser

Version:
29 lines (28 loc) 618 B
import * as Back from "./back"; import * as Bounce from "./bounce"; import * as Circular from "./circular"; import * as Cubic from "./cubic"; import * as Elastic from "./elastic"; import * as Expo from "./expo"; import * as GetEase from "./GetEase"; import * as Linear from "./Linear"; import * as Quadratic from "./quadratic"; import * as Quartic from "./quartic"; import * as Quintic from "./quintic"; import * as Sine from "./sine"; import * as Stepped from "./Stepped"; export { Back, Bounce, Circular, Cubic, Elastic, Expo, GetEase, Linear, Quadratic, Quartic, Quintic, Sine, Stepped };