properties
changelog

Transition Flow or Bezier Curve

Control flow or bezier-curve for transition.

Usage:

  • @phase flow-*;

Reference

shilp.config.js
const shilpConfig = {
	source: "react",

	properties: {
		phase: {
			flow: {
				property: "transition-timing-function: <v><i>;",
				themeKey: "flow",
				values: {},
			},
		},
	},
};

export default shilpConfig;