이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
stroll
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
11
위키
활동
소스 검색
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;
}
}
쓰기
미리보기
불러오는 중...
취소
저장