UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

11 lines (10 loc) 209 B
const s = { slowest: "all 1s ease-in-out", slow: "all 0.5s ease-in-out", base: "all 0.3s ease-in-out", fast: "all 0.1s ease-in-out", fastest: "all 0.05s ease-in-out" }; export { s as transition };