/** * Generated file, do not edit directly! */ declare const _default: { /** * Use to convey the deceleration of an object, such as when it's coming to a stop. It starts at a fast pace and then slows down at the end. * Css custom property: --dt-easings-decelerate. Value: cubic-bezier(0, 0, 0.2, 1). */ Decelerate: string; /** * Use to convey the acceleration of an object, such as when it's being launched. It starts at a slow pace and then speeds up at the end. * Css custom property: --dt-easings-accelerate. Value: cubic-bezier(0.5, 0, 1, 1). */ Accelerate: string; /** * Use to draw attention to an object. It starts slowly, accelerates in the middle, and then slows down again at the end. * Css custom property: --dt-easings-slow-in-fast-out. Value: cubic-bezier(0.8, 0, 0.5, 1). */ SlowInFastOut: string; /** * Use to move or scale objects. It starts slowly, quickly accelerates in the middle, and slows down at the end. * Css custom property: --dt-easings-fast-in-slow-out. Value: cubic-bezier(0.4, 0, 0.2, 1). */ FastInSlowOut: string; /** * Use to convey a playful or elastic effect, such as when an object bounces or stretches. It overshoots its target position before settling back into place. * Css custom property: --dt-easings-out-back. Value: cubic-bezier(0.4, 1.6, 0.7, 1). */ OutBack: string; /** * Use to create dynamic, nonlinear rotation that adds energy and movement, ideal for rotating loading indicators. * Css custom property: --dt-easings-rotate-elastic. Value: cubic-bezier(0.8, 0.3, 0.3, 0.8). */ RotateElastic: string; }; export default _default; //# sourceMappingURL=index.d.ts.map