All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.theme.tokens.easings.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
import { defineTokens } from '../../styled-system/config.js';

const easings = defineTokens.easings({
  "ease-in": { value: "cubic-bezier(0.42, 0, 1, 1)" },
  "ease-out": { value: "cubic-bezier(0, 0, 0.58, 1)" },
  "ease-in-out": { value: "cubic-bezier(0.42, 0, 0.58, 1)" },
  "ease-in-smooth": { value: "cubic-bezier(0.32, 0.72, 0, 1)" }
});

export { easings };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy