Skip to content

Commit 82cfe48

Browse files
fix: Removing logo animation
1 parent 1fba54a commit 82cfe48

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

psturtle.com/config.ps1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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 = @(

0 commit comments

Comments
 (0)