Files
Graphite/frontend/src/consts.ts
0HyperCube 947a131a4b Add graph type error diagnostics to the UI (#1535)
* Fontend input types

* Fix index of errors / types

* Bug fixes, styling improvements, and code review

* Improvements to the error box

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2023-12-29 08:38:45 +00:00

3 lines
114 B
TypeScript

import { cubicInOut } from "svelte/easing";
export const FADE_TRANSITION = { duration: 200, easing: cubicInOut };