Home
last modified time | relevance | path

Searched full:expressive (Results 1 – 12 of 12) sorted by relevance

/openbmc/webui-vue/docs/guide/guidelines/
H A Dmotion.md16 ### Expressive motion
18 Expressive motion delivers enthusiastic, vibrant, and highly visible movement.
19 Use expressive motion for significant moments such as opening a new page,
22 for expressive motion.
28 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1);
30 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1);
32 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
38 motion styles, productive motion is significantly faster than expressive motion.
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_motion.scss10 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1);
12 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1);
14 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
H A D_variables.scss6 $transition-collapse: height $duration--slow-01 $standard-easing--expressive;
/openbmc/phosphor-webui/app/common/styles/base/
H A Dvariables.scss10 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1);
12 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1);
14 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
/openbmc/webui-vue/docs/customization/
H A Dreadme.md228 $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1);
230 $entrance-easing--expressive: cubic-bezier(0, 0, 0.3, 1);
232 $exit-easing--expressive: cubic-bezier(0.4, 0.14, 1, 1);
243 transition: $duration--moderate-01 $exit-easing--expressive;
246 transition-timing-function: $entrance-easing--expressive;
H A Dtheme.md68 - Set to `height $duration--slow-01 $standard-easing--expressive`
/openbmc/phosphor-webui/app/common/styles/directives/
H A Dapp-navigation.scss116 transition: all $duration--moderate-01 $standard-easing--expressive;
143 transition: all $duration--moderate-01 $standard-easing--expressive;
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-common.inc3 programmers more productive. Go is expressive, concise, clean, and\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/drgn/
H A Dpython3-drgn_0.0.31.bb3 expressive scripting in Python."
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue270 transition: $duration--moderate-01 $exit-easing--expressive;
273 transition-timing-function: $entrance-easing--expressive;
/openbmc/docs/
H A Dcpp-style-and-conventions.md27 Modern practices allow C++ to be an expressive, but concise, language. We tend
/openbmc/qemu/net/
H A Dnet.c1968 * netdev_parse_modern() uses modern, more expressive syntax than in netdev_parse_modern()