mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* 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>
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
import { cubicInOut } from "svelte/easing";
|
|
export const FADE_TRANSITION = { duration: 200, easing: cubicInOut };
|