element-plus
Version:
A Component Library for Vue 3
1 lines • 454 B
Source Map (JSON)
{"version":3,"file":"animation.mjs","sources":["../../../../packages/utils/animation.ts"],"sourcesContent":["export const cubic = (value: number): number => Math.pow(value, 3)\n\nexport const easeInOutCubic = (value: number): number =>\n value < 0.5 ? cubic(value * 2) / 2 : 1 - cubic((1 - value) * 2) / 2\n"],"names":[],"mappings":"MAAa,QAAQ,CAAC,UAA0B,KAAK,IAAI,OAAO;MAEnD,iBAAiB,CAAC,UAC7B,QAAQ,MAAM,MAAM,QAAQ,KAAK,IAAI,IAAI,MAAO,KAAI,SAAS,KAAK;;;;"}