Skip to content

Commit

Permalink
added zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ffbeso committed Jul 31, 2024
1 parent 82449e9 commit cff7f98
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file added docs/windowalpha/windowalpha_103.zip
Binary file not shown.
Binary file modified docs/windowfadeout/windowfadeout_120.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion windowalpha/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<General>
<Version>1.03</Version>
<MinVersion>2022.2.5</MinVersion>
<pubDate>Tue 30 Jul 2024 00:00:00 GMT</pubDate>
<pubDate>Wed 31 Jul 2024 00:00:00 GMT</pubDate>
<Options>Common:0:0</Options>
<Level>2</Level>
<Creator>Sho Nitta</Creator>
Expand Down
2 changes: 1 addition & 1 deletion windowfadeout/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<General>
<Version>1.20</Version>
<MinVersion>2022.2.5</MinVersion>
<pubDate>Tue 30 Jul 2024 00:00:00 GMT</pubDate>
<pubDate>Wed 31 Jul 2024 00:00:00 GMT</pubDate>
<Options>Common:0:0</Options>
<Level>2</Level>
<Creator>Sho Nitta</Creator>
Expand Down
1 change: 0 additions & 1 deletion windowfadeout/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (window.Addon == 1) {
const delay = targetAlpha > currentAlpha ? fadeInDelay : fadeOutDelay;

function fading() {
console.log(step, delay, currentAlpha);
if (newAnimation.cancel) {
return;
}
Expand Down

0 comments on commit cff7f98

Please sign in to comment.