properties
changelog

Transition Delay

Control delay time before transition starts.

Usage:

  • @phase delay-*;

Reference

shilp.config.js
/** @type {import('shilpcss/types').ShilpConfig} */
const shilpConfig = {
  source: "react",

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

export default shilpConfig;

Published at:

Last updated at: