UNPKG

tricks

Version:
2 lines (1 loc) 89 B
export default t => (t < 0.5 ? 4 * t * t * t : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1);