File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ $Site.Logo =
118118$site.Logo = . ($site.Logo | Get-Random )
119119$Site.Logo.ID = ' Turtle-Logo'
120120
121- $Site.Logo = $Site.Logo | Set-Turtle PathAnimation @ {
121+ <# $Site.Logo = $Site.Logo | Set-Turtle PathAnimation @{
122122 type = 'rotate' ; values = 0, 360 ;repeatCount = 'indefinite'; dur = "31s"; additive = 'sum'; id ='rotate-logo'
123- }
123+ } #>
124124
125125$site.Taskbar = [Ordered ]@ {
126126 # 'BlueSky' = 'https://bsky.app/profile/mrpowershell.com'
@@ -146,11 +146,9 @@ $doodle = @(
146146# Randomizing site background a bit
147147$backgroundPatternAnimations =
148148 [Ordered ]@ {
149- type = ' scale' ; values = 0.66 , 0.33 , 0.66 ; repeatCount = ' indefinite' ;dur = " 23s" ; additive = ' sum' ;id = ' scale-pattern'
150- }, [Ordered ]@ {
151- type = ' rotate' ; values = 0 , 360 ;repeatCount = ' indefinite' ; dur = " 41s" ; additive = ' sum' ; id = ' rotate-pattern'
149+ type = ' scale' ; values = 0.66 , 0.33 , 0.66 ; repeatCount = ' indefinite' ;dur = " 277s" ; additive = ' sum' ;id = ' scale-pattern'
152150 }, [Ordered ]@ {
153- type = ' translate ' ; values = " 0 0; " ; dur = " 41s " ; additive = ' sum' ; id = ' translate -pattern'
151+ type = ' rotate ' ; values = 0 , 360 ; repeatCount = ' indefinite ' ; dur = " 317s " ; additive = ' sum' ; id = ' rotate -pattern'
154152 }
155153
156154$sitebackgrounds = @ (
You can’t perform that action at this time.
0 commit comments