{"version":3,"file":"animation.mjs","sources":["../../../../packages/utils/animation.ts"],"sourcesContent":["export const cubic = (value: number): number => {\n  return value ** 3\n}\n\nexport const easeInOutCubic = (value: number): number =>\n  value < 0.5 ? cubic(value * 2) / 2 : 1 - cubic((1 - value) * 2) / 2\n"],"names":[],"mappings":"AAAa,MAAA,KAAA,GAAQ,CAAC,KAA0B,KAAA;AAC9C,EAAA,OAAO,KAAS,IAAA,CAAA,CAAA;AAClB,EAAA;AAEO,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;;;;"}