/openbmc/webui-vue/src/components/Global/ |
H A D | LoadingBar.vue | 2 <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 D | 0001-Make-themes-build-optional.patch | 29 +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 D | AppNavigation.vue | 47 <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 D | weston.ini | 17 #startup-animation=fade 26 #animation=fade
|
/openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
H A D | LoadingBar.spec.js.snap | 5 name="fade"
|
/openbmc/linux/Documentation/input/devices/ |
H A D | iforce-protocol.rst | 126 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 D | app-navigation.scss | 92 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.scss | 2 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
H A D | _variables.scss | 5 $transition-fade: opacity $duration--moderate-01 $standard-easing--productive;
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | variables.scss | 2 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/ |
H A D | plymouth_24.004.60.bb | 33 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 D | default.css | 329 .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 D | leds-lm3532.txt | 13 1000:1 dimming ratio with programmable fade in and fade out settings.
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 180 animation: 'fade',
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-blinkm.rst | 53 b) Sysfs group to control rgb, fade, hsb, scripts ...
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | motion.md | 47 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | modals.scss | 121 .uib-modal.fade.in {
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | light.c | 206 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 D | 0001-Tweak-app-defaults.patch | 36 -*fade: True 37 +*fade: False
|
/openbmc/webui-vue/tests/unit/__snapshots__/ |
H A D | AppHeader.spec.js.snap | 201 name="fade"
|
H A D | AppNavigation.spec.js.snap | 675 name="fade" 1354 name="fade"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 16 rates similar to film the image would fade out too quickly. Transmitting
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 57 ### $transition-fade
|
H A D | readme.md | 221 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
/openbmc/linux/drivers/leds/ |
H A D | leds-blinkm.c | 60 u8 fade:1; /* fade on = 1, off = 0 */ member
|