properties
changelog

Animation Delay

Control animation start delay timing.

Usage:

  • @animate delay-*;

Reference

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

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

export default shilpConfig;

Published at:

Last updated at: