import { TEasingFunction } from '../types'; export const EaseInQuart: TEasingFunction = (x) => x ** 4;