duration
Set how long a transition lasts.
Usage:
@phase duration-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { phase: { duration: { property: "transition-duration: <v><i>;", themeKey: "time", values: {}, }, }, }, }; export default shilpConfig;