Skip to content

Commit

Permalink
Update slideshow.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MYXXdev committed Aug 7, 2024
1 parent d45ce79 commit 16ea98b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MYXXfm/pages/slideshow.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: 100%;
height: 100%;
opacity: 0;
animation: fade 56s infinite;
animation: fade 168s infinite; /* Adjusted duration to match the total delay time */
}

.slides img {
Expand All @@ -43,7 +43,7 @@

/* Keyframes for fading through images */
@keyframes fade {
0%, 25% { opacity: 0; }
0%, 100% { opacity: 0; }
5%, 20% { opacity: 1; }
}

Expand Down Expand Up @@ -77,7 +77,6 @@
.slides:nth-child(27) { animation-delay: 182s; }
.slides:nth-child(28) { animation-delay: 189s; }
</style>
<link rel="preload" href="https://myxxdev.github.io/MYXXfm/pages/widget.js" as="script">
</head>
<body>
<div class="slideshow-container">
Expand Down

0 comments on commit 16ea98b

Please sign in to comment.