Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (56)

Results for shadow-mapping

November 19th, 2023
Is there any way to easily give an SVG an inset box shadow?

I'd like to be able to add a subtle inset shadow to this house shaped SVG. HTML: -15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1...

csshtmlshadowdropshadow
Read more
November 22nd, 2023
Make element in shadow dom 100% of custom element height with min-height and border while also scaling parent if overflowing

I am making a custom element that functions as a textarea with syntax highlighting and some other features. I've simplified it to a custom element wit...

cssshadow-domcustom-element
Read more
November 19th, 2023
Two adjacent Composables with the same elevation present a dividing shadow

I'm wanting to present a collapsible bar below a sticky top bar. In the initial state when the collapsible bar is fully expanded, I want both bars to ...

androidandroid-jetpack-composematerial-designandroid-elevation
Read more
November 6th, 2023
How to use Shadow Dom with Javascript and CSS modules

EDIT 1 Thanks very much @Danny for the very useful answer. I guess my question has more to do with CSS sope and encapsulation. If I import a CSS Style...

javascriptcsses6-modulesdomshadow-dom
Read more
November 2nd, 2023
Ellipse Pseudo element shadow css

I am trying to add shadow to my pseudo-element but in vain. Tried many articles but still not working. My code: .ug-slick .slick-slide { ...

csshtmlpseudo-element
Read more
October 31st, 2023
my shadow and blur is not working correctly for some reason

My code and result class WeatherScreen extends StatelessWidget { const WeatherScreen({Key? key}) : super(key: key); @override Widget build(Buil...

androidiosflutterdartmobile
Read more
October 22nd, 2023
How can I inspect the shadow DOM of native controls in Chrome developer tools?

I want to style a native input element, which in Chrome has a shadow root and can be styled with many pseudo-selectors. It is apparently possible to s...

cssgoogle-chromeshadow-domdeveloper-tools
Read more
September 22nd, 2023
How can I locate element inside several shadow-roots

I need help locating the Xpath or CSS Selector of the download JSON button on this page. https://data.ntsb.gov/carol-main-public/query-builder?month=...

pythonjavascriptselenium-webdriverhtmlfrontend
Read more
September 17th, 2023
How can I achieve that shadow?

enter image description here How can I achieve that shadow in the middle of the div? I am dividing this by 2 colors using .box { width: 300px; ...

css
Read more
September 7th, 2023
How to place content below the inner box shadow?

Do you have any suggestions? .container { box-shadow: 0px 5px 15px gray inset; } class="container"> p class="item">Lorem ipsump> p class="i...

csshtml
Read more
September 7th, 2023
How to style the second layer of box shadow to have the same border-radius as the first layer

Here is the css body { font-family: sans-serif; border: solid 1px; padding: 10px; border-radius: 20px; box-shadow: rgb(195, 197, 199) 0px 23px 0p...

cssborder-radius
Read more
September 7th, 2023
How can I set Unity UI Shadow effect distance based on a third person camera & directional light?

I'm trying to set the effect distance of a UI shadow based on a third person camera and the directional light in the scene to make it look like the UI...

c#unity-game-enginegame-developmentuser-interface
Read more
November 14th, 2023
How do I click on clickable element with Selenium in shadow-root (closed)?

An "Agree with the terms" button appears on https://www.sreality.cz/hledani/prodej/domy I am trying to go through that with a .click() using Selenium ...

pythonselenium-webdriverweb-scraping
Read more
November 24th, 2023
How to make a shadow from one side with tailwind

I'm trying to make a shadow from one side only, from the right side with tailwind. If I use shadow-xl it adds the shadow to all sides. ...

tailwind-css
Read more
October 30th, 2023
How to make rounded Corner with shadow in jetpack compose

I want to make rounded corner with shadow for my card view. I am trying to make look like this I am trying in Box with the help of Modifier Using sha...

androidandroid-jetpack-composekotlin
Read more
September 6th, 2023
How to make a header in react have a shadow only on scroll using tailwindcss?

I have a header in react that I want to have no shadow when the scrollbar position is initial (0), and on scroll, to have a shadow. Here is the code t...

reactjsnavbartailwind-cssheaderscroll
Read more
October 24th, 2023
How to add elevation shadow to SmallTopAppBar in Material3?

How do I add an elevation drop shadow to the SmallTopAppBar in Material3? With the TopAppBar in Material2, you simply had to specify the elevation par...

androidandroid-jetpack-composeandroid-jetpack-compose-material3
Read more
September 19th, 2023
"Hello world" in x64 assembly for Windows - Shadow space / Stack alignment

This is a repost of https://codereview.stackexchange.com/questions/278940/hello-world-in-x64-assembly-for-windows-shadow-space-stack-alignment/, it wa...

windowsassemblyx86-64nasmstack-memory
Read more
November 1st, 2023
Best way to click a button within #shadow-root (open) via Python and Selenium

I am currently dabbling in Python in combination with Selenium. Here I came across the topic of Java Script buttons. I am looking for the smartest way...

pythonseleniumshadow-domqueryselectorshadow-root
Read more
November 16th, 2023
Shadow copy disabled detection in powershell

I am looking for a script in Powershell, which list information about VSS shadow copy on Windows Server 2016. I need to detect if shadow copy on speci...

powershellwindowwindows-servershadow-copyvssettings
Read more
November 19th, 2023
Material Design 3 Top app bar does not have a shadow. How to enable it?

The new 'Material Design 3 top app bar' docs says they got rid of the drop shadow. How can I enable it? Setting elevation on Toolbar or AppBar does no...

androidmaterial-designandroid-toolbarandroid-appbarlayoutmaterial-you
Read more
November 7th, 2023
Foreign key created in shadow and appending random 1 to column name - ASP:NET EF Core

When I migrate my new models and data I get the following error for multiple foreign keys: The foreign key property 'InsurancePolicy.InsuranceSubject...

c#.netasp.net-mvcasp.net
Read more
November 6th, 2023
Three.js - Shadow.bias fixes shadow static, but moves the shadows. How to fix?

I have a scene with a light casting shadows. It does well, except from the static from the shadow. Like so: When I add a simple light.shadow.bias = -...

javascriptthree.js
Read more
September 4th, 2023
X and Y offset, blur, opacity and colour of shadow in Jetpack Compose?

Since Jetpack Compose has this limitation I'm looking for workaround solution for this problem? Maybe Canvas could do the trick? I really appreciate i...

androidandroid-jetpack-composeshadowcanvasandroid-jetpack
Read more
November 11th, 2023
Slots does not work on a html web component without shadow dom

I have a html web component without shadow dom and I try to add a slot. For some reason it does not work. I expected it to switch "Foo bar" to "Hello ...

javascriptcomponentsnative-web-componentslots
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?