UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 53 B
export const easeInOutQuad=e=>e<.5?2*e*e:(4-2*e)*e-1;