properties
changelog

duration

Set how long a transition lasts.

Usage:

  • @phase duration-*;

Reference

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

	properties: {
		phase: {
			duration: {
				property: "transition-duration: <v><i>;",
				themeKey: "time",
				values: {},
			},
		},
	},
};

export default shilpConfig;