Transitions
Transition component for Universal Apps.
New-UDTransition -Id 'test' -Content {
New-UDCard -Text "Hey"
} -In -Fade -Timeout 1000
New-UDSwitch -OnChange {
Set-UDElement -Id 'test' -Properties @{
in = $EventData -eq 'True'
}
} -Checked $true
Collapse

Fade
Slide

Grow

Zoom

API
Last updated
Was this helpful?