version: 1.0.0
namespace: qhr
category: motion
description: Semantic motion durations and bezier curves

duration:
  instant: "0ms"
  fast: "150ms"
  normal: "250ms"
  slow: "400ms"
  slower: "600ms"

ease:
  standard: "cubic-bezier(0.4, 0, 0.2, 1)"
  entrance: "cubic-bezier(0, 0, 0.2, 1)"
  exit: "cubic-bezier(0.4, 0, 1, 1)"
  emphasized: "cubic-bezier(0.2, 0, 0, 1)"
