Backdrop Visibility Timing

avatar
(anonymous user)

Hi,

I want to show this backdrop only for 10secs when i open the dashboard page. How to do it?

New-UDBackdrop -Content {
New-UDTypography -Text “Loading…” -Variant h2
} -Open

All Comments (2)

avatar

Create a function and include Start-Sleep?

No idea why you want to use seconds for this, as you could just actually wait until whatever you’re doing behind that backdrop is done to then close the backdrop?

avatar

Closed