Animation Delay
Control animation start delay timing.
Usage:
@animate delay-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { animate: { delay: { property: "animation-delay: <n><v><i>;", themeKey: "time", values: {}, }, }, }, }; export default shilpConfig;