This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
stroll
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
11
Вики
Activity
Преглед изворни кода
Log items fade out over time
tags/v1.1.0
Fen Dweller
пре 5 година
родитељ
41ec1b0f74
комит
e7ff051607
2 измењених фајлова
са
21 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
stroll.html
+18
-0
style.css
+ 3
- 1
stroll.html
Прегледај датотеку
@@ -192,7 +192,9 @@
<div id="log-area">
<div class="log" id="log">
<div>Welcome to Stroll</div>
<p class="version"></p>
<br>
<div class="version"></div>
<br>
<div><b>This game features 18+ content</b></div>
<div> </div>
</div>
+ 18
- 0
style.css
Прегледај датотеку
@@ -802,4 +802,22 @@ body.dark .meterLabel {
padding-top: 6px;
padding-bottom: 6px;
user-select: none;
}
#log > div,
#react-log > div {
animation: log-fade 10s linear;
animation-fill-mode: forwards;
}
@keyframes log-fade {
0% {
opacity: 1;
}
70% {
opacity: 1;
}
100% {
opacity: 0.6;
}
}
Write
Preview
Loading…
Откажи
Сачувај