properties
changelog

Transition Flow or Bezier Curve

Control flow or bezier-curve for transition.

Usage:

  • @phase flow-*;

Reference

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

  properties: {
    phase: {
      flow: {
        property: "transition-timing-function: <v><i>;",
        themeKey: "flow",
        values: {},
      },
    },
  },
};

export default shilpConfig;

Published at:

Last updated at: