properties
changelog

Animation Delay

Control animation start delay timing.

Usage:

  • @animate delay-*;

Reference

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

	properties: {
		animate: {
			delay: {
				property: "animation-delay: <n><v><i>;",
				themeKey: "time",
				values: {},
			},
		},
	},
};

export default shilpConfig;