Hello folks,
As always I want to contribute to this amazing open source software the mighty @adam has created.
So I am always looking at ways to brighten up a dashboard, and here is a GIF showing the two new text components I built late last night, as well as the UDunDraw module which I have posted to the marketplace.
I will update this post once I have uploaded the components to the marketplace to share with all dashboarders out there.
New-UDTextAnimate
This is now on the marketplace right here:-
https://marketplace.universaldashboard.io/Dashboard/UniversalDashboard.UDTextAnimate
This is an example usage:-
New-UDElement -Tag h2 -Content {
New-UDTextAnimate -Id "ANIMATION" -Text "Example Effect" -InitiallyVisible $false -AnimateIn "lightSpeedIn" -AnimateOut "zoomOutUp" -Duration 3 -Delay 0 -AnimatePreScroll $true
}
A live demo of all the effects available which I believe I have included as parameters is here:-
https://daneden.github.io/animate.css/
As you see there are loads and loads of effects…so have fun with this component
New-UDTextScramble
This component is on the marketplace here:-
https://marketplace.universaldashboard.io/Dashboard/UniversalDashboard.UDTextScramble
an example using this component would be something like:-
New-UDElement -Tag h5 -Content {
New-UDTextScramble -Duration 2000 -Text @("Powershell UniversalDashboard", "TOTALLY Rocks!", "It is so damn cool", "So many AWESOME components")
}
I hope people enjoy using these newly available components on their dashboard.