Skip to content

Commit

Permalink
2.5.46
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer committed Dec 21, 2024
1 parent 44c92bb commit 0486292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
18 changes: 2 additions & 16 deletions _inc/xml/logo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,31 +71,17 @@

<control ifSubset="slideType:vertical" name="logo,logoText"

scale="0.4"
scale="1"

>

<storyboard

event="scroll"

>

<animation property="scale" from="0.40" to="0.40" duration="1" mode="linear" />

<animation property="offsetX" from="0" to="0" duration="1" mode="linear" />

<animation property="rotation" from="0" to="0" duration="1" mode="linear" />

</storyboard>

<storyboard

event="deactivate"

>

<animation property="scale" from="1" to="0.40" duration="100" mode="linear" />
<animation property="scale" from="1" to="1" duration="100" mode="linear" />

<animation property="offsetX" from="0" to="0" duration="1" mode="linear" />

Expand Down
2 changes: 1 addition & 1 deletion _inc/xml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
size="1 1"
logoSize="0.65 0.50"
maxLogoCount="1"
logoScale="1.5"
logoScale="1.3"

/>

Expand Down
2 changes: 1 addition & 1 deletion theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<variables>


<v.themeVersion>2.5.45</v.themeVersion>
<v.themeVersion>2.5.46</v.themeVersion>

<v.allViews>system,basic,detailed,detailed_2,grid</v.allViews>
<v.allGamelists>basic,detailed,detailed_2,grid</v.allGamelists>
Expand Down

0 comments on commit 0486292

Please sign in to comment.