Transition Flow or Bezier Curve
Control flow or bezier-curve for transition.
Usage:
@phase flow-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { phase: { flow: { property: "transition-timing-function: <v><i>;", themeKey: "flow", values: {}, }, }, }, }; export default shilpConfig;