summaryrefslogtreecommitdiff
path: root/app/theme/timing.ts
blob: b8b72038389ebeda95039466382aed147d5e6a16 (about) (plain)
1
2
3
4
5
6
export const timing = {
  /**
   * The duration (ms) for quick animations.
   */
  quick: 300,
}