Home
last modified time | relevance | path

Searched refs:fade (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/webui-vue/src/components/Global/
H A DLoadingBar.vue2 <transition name="fade">
89 &.fade-enter, // Remove this vue2 based only class when switching to vue3
90 &.fade-enter-from, // This is vue3 based only class modified from 'fade-enter'
91 &.fade-leave-to {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-themes-build-optional.patch29 +option('fade-in-theme',
32 + description: 'Build with fade-in theme',
80 -subdir('fade-in')
84 +if get_option('fade-in-theme')
85 + subdir('fade-in')
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue47 <transition name="fade">
255 &.fade-enter-active {
259 &.fade-leave-active {
263 &.fade-enter, // Remove this vue2 based only class when switching to vue3
264 &.fade-enter-from, // This is vue3 based only class modified from 'fade-enter'
265 &.fade-leave-to {
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini17 #startup-animation=fade
26 #animation=fade
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DLoadingBar.spec.js.snap5 name="fade"
/openbmc/linux/Documentation/input/devices/
H A Diforce-protocol.rst126 0a-0b Address of attack and fade parameters, or ffff if none.
139 Attack and fade
149 05-06 Duration of fade.
150 07 Level at end of fade.
356 - attack and fade : 0e
/openbmc/phosphor-webui/app/common/styles/directives/
H A Dapp-navigation.scss92 background: fade-out(#ffffff, 0.9);
131 background: fade-out(#ffffff, 0.9);
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_motion.scss2 $duration--fast-02: 110ms; //Micro-interactions such as fade
H A D_variables.scss5 $transition-fade: opacity $duration--moderate-01 $standard-easing--productive;
/openbmc/phosphor-webui/app/common/styles/base/
H A Dvariables.scss2 $duration--fast-02: 110ms; //Micro-interactions such as fade
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/
H A Dplymouth_24.004.60.bb33 PLYMOUTH_THEMES ??= "spinfinity fade-in text details solar glow script spinner tribar bgrt"
62 PACKAGECONFIG[fade-in] = "-Dfade-in-theme=true,-Dfade-in-theme=false"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css329 .highlight { -webkit-animation: target-fade 15s 1; -moz-animation: target-fade 15s 1; animation: ta…
330 @-webkit-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7;…
331 @-moz-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } …
332 @keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% …
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt13 1000:1 dimming ratio with programmable fade in and fade out settings.
/openbmc/phosphor-webui/app/
H A Dindex.js180 animation: 'fade',
/openbmc/linux/Documentation/leds/
H A Dleds-blinkm.rst53 b) Sysfs group to control rgb, fade, hsb, scripts ...
/openbmc/webui-vue/docs/guide/guidelines/
H A Dmotion.md47 $duration--fast-02: 110ms; //Micro-interactions such as fade
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dmodals.scss121 .uib-modal.fade.in {
/openbmc/linux/drivers/staging/greybus/
H A Dlight.c206 u8 fade; \
215 ret = kstrtou8(buf, 0, &fade); \
220 if (channel->fade_##__dir == fade) \
222 channel->fade_##__dir = fade; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/
H A D0001-Tweak-app-defaults.patch36 -*fade: True
37 +*fade: False
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap201 name="fade"
H A DAppNavigation.spec.js.snap675 name="fade"
1354 name="fade"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfield-order.rst16 rates similar to film the image would fade out too quickly. Transmitting
/openbmc/webui-vue/docs/customization/
H A Dtheme.md57 ### $transition-fade
H A Dreadme.md221 $duration--fast-02: 110ms; //Micro-interactions such as fade
/openbmc/linux/drivers/leds/
H A Dleds-blinkm.c60 u8 fade:1; /* fade on = 1, off = 0 */ member

12