{"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":"AAAO,MAAM,QAAQ,CAAC,KAAA,KAA0B,IAAK,CAAA,GAAA,CAAI,OAAO,CAAC,EAAA;AAE1D,MAAM,cAAiB,GAAA,CAAC,KAC7B,KAAA,KAAA,GAAQ,MAAM,KAAM,CAAA,KAAA,GAAQ,CAAC,CAAA,GAAI,IAAI,CAAI,GAAA,KAAA,CAAA,CAAO,CAAI,GAAA,KAAA,IAAS,CAAC,CAAI,GAAA;;;;"}