• 목록
  • 아래로
  • 위로
  • 4
  • 260578
  • 조회 수 565

https://fnbase.xyz/snow.html

FNBase - 슬로건 없음..

눈발이 내리다가 처음 표시된 화면만큼만 나오고 잘리네요ㅠㅠ

퍼온 코드 수정한거라 구동 부분까지 자세히 알지 못하겠어요..

/* Css Snow */
.snowflakes {
width: 100%; height: 100%;
position: absolute; top: 10; left: 0;
    overflow: hidden !important;
}

i-i, i-i:after, i-i:before { background: white; }
i-i {
display: inline-block;
    animation: snowflakes 3s linear 2s 20;
position: relative;
}
i-i:after, i-i:before {
height: 100%;
width: 100%;
content: ".";
position: absolute;
top: 0px;
left: 0px;
transform: rotate(120deg);
}
i-i:before { transform: rotate(240deg); }

@keyframes snowflakes {
0% {
-webkit-transform: translate3d(0,0,0) rotate(0deg) scale(0.6);
}
100% {
-webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
};
}

.snowflakes i-i:nth-child(3n) {
width: 16px; height: 4px;
animation-duration: 4s;
animation-iteration-count: 30;
transform-origin: right -45px;
}

.snowflakes i-i:nth-child(3n+1) {
width: 24px; height: 6px;
animation-duration: 6s;
animation-iteration-count: 45;
transform-origin: right -30px;
}

.snowflakes i-i:nth-child(3n+2) {
width: 32px; height: 8px;
animation-duration: 8s;
animation-iteration-count: 60;
transform-origin: right -15px;
}

/* different delays so they don't all start at the same time */
.snowflakes i-i:nth-child(7n) {
  opacity:.3;
  animation-delay: 0s;
  animation-timing-function:ease-in;
}
.snowflakes i-i:nth-child(7n+1) {
  opacity:.4;
  animation-delay: 1s;
  animation-timing-function:ease-out;
}
.snowflakes i-i:nth-child(7n+2) {
  opacity:.5;
  animation-delay: 1.5s;
  animation-timing-function:linear;
}
.snowflakes i-i:nth-child(7n+3) {
  opacity:.6;
  animation-delay: 2s;
  animation-timing-function:ease-in;
}
.snowflakes i-i:nth-child(7n+4) {
  opacity:.7;
  animation-delay: 2.5s;
  animation-timing-function:linear;
}
.snowflakes i-i:nth-child(7n+5) {
  opacity:.8;
  animation-delay: 3s;
  animation-timing-function:ease-out;
}
.snowflakes i-i:nth-child(7n+6) {
  opacity:.9;
  animation-delay: 3.5s;
  animation-timing-function:ease-in;
}
/* from https://codepen.io/iautomation/pen/VYexBz by Estrella3 */

끝까지 내릴 수 있을까요?

작성자
260578 58 Lv. (60%) 274780/278480EXP

반가워요!

댓글 4

YGL
음.. 눈이 침침해서 그런지 눈발이 내리는 것은 확인하지 못했으나.. 개발자도구로 보니 뭐가 떨어지긴 하네요

merry.css:17에 .snowflakes가 position:absolute; height:100%;로 되어있고,
height가 100%로 지정된 body 바로 밑에 있어서 맨 첫 화면만큼만 엘리먼트가 떨어지는 것 같습니다.

body의 height:100% 속성을 제거하시고(또는 height:auto로 덮어씌우기), position: relative;로 지정해주시면 snowflakes가 페이지 전체를 덮도록 할 수 있습니다
comment menu
2020.12.11. 21:44

신고

"YGL님의 댓글"

이 댓글을 신고 하시겠습니까?

YGL → YGL
보니까 keyframe에도 문제가 있네요.
1200px까지만 떨어지도록 만들어져 있습니다.
comment menu
2020.12.11. 21:47

신고

"YGL님의 댓글"

이 댓글을 신고 하시겠습니까?

YGL → YGL
https://codepen.io/captain323/pen/NWRbMaL

코드가 조금 지저분하지만..
직접 한번 만들어보았습니다.

css 갈아끼우시고, js 추가하시면 됩니다.

js의 stickCount rainCount로 비 양 조절하시면 되시고.. <rain>의 animation-delay, animation-duration으로 속도 등등 조절하시면 됩니다.
comment menu
2020.12.11. 22:28

신고

"YGL님의 댓글"

이 댓글을 신고 하시겠습니까?

260578 작성자 → YGL
profile image
감사합니다!
comment menu
2020.12.12. 00:06

신고

"260578님의 댓글"

이 댓글을 신고 하시겠습니까?

권한이 없습니다.
번호 제목 글쓴이 날짜 조회 수
공지 시스템 점검 작업 완료 안내 10 마스터 24.09.05.16:25 1801
공지 [중요] 호스팅 만료와 관련하여 일부 수칙이 변경됩니다. 4 마스터 23.01.14.02:23 8581
공지 [필독] 질문하는 방법 17 마스터 18.02.23.03:09 4859
66 기본제공도메인 접속이 되지 않습니다. 1 image cloudx 17.03.25.15:21 272
65 도매인을 변경하였는데 계속 여기로 이동됩니다. 1 Kongjak 17.03.19.18:39 400
64 페이지 리로드를 해도 배경음악이 끊김없이 재생되는 방법 3 유넛 17.03.19.13:55 1234
63 CMS 관련 질문 드립니다 3 ryuko 17.03.12.10:49 393
62 워드프레스 설치 과정중 500에러 발생 7 image 코코아 17.03.07.18:54 747
61 혹시 호스트 차원에서 IP차단도 지원이 되나요? 2 Nodeulnaru 17.02.27.23:29 447
60 Apache AllowEncodedSlashes에 대해 질문합니다(미디어위키) 2 Kongjak 17.02.24.14:20 494
59 서브도메인은 어떻게 연결시켜야되나요? 2 image 50knots 17.02.21.18:11 516
58 안드로이드 앱 개발 Ciel 17.02.18.16:07 490
57 애드센스에 관한 질문 6 title: 황금 서버 (30일)humit 17.02.17.18:38 377
56 신서버는 연장시켜도 바로 반영이 안되는가요? 2 image title: 금메달 (30일)동방개념지국 17.02.13.14:09 346
55 robots.txt를 활성화 시키려면 어떻게 해야할까요? 4 title: 도밥위키!Dobob 17.02.09.14:18 438
54 참 아이러니한 일이 발생햇습니당 2 image title: 도밥위키!Dobob 17.02.07.23:20 435
53 개인 웹사이트를 만들어 보고 싶습니다. 3 JLee0715 17.02.06.01:49 415
52 Plus Hosting 1Gbytes 기본 제공 도메인 이름 알려주세요 1 Seia 17.02.06.01:21 334
51 ICANN 인증 도메인 등록기관과 리셀러 간에 차이가 큰 가요? 5 이니스프리 17.02.05.21:52 405
50 호스팅 만료 후 연장에 관해 문의드립니다. 3 50knots 17.02.05.18:13 382
49 호스팅 계정 연장 질문입니다. 또한 셋팅에 대한 질문도 있습니다. 2 Seia 17.02.04.21:40 346
48 몇년된 넷북으로 워드프레스 돌릴 수 있을까요? 7 title: 금메달 (30일)동방개념지국 17.01.29.17:43 437
47 MySQL 실행이 안됩니다. title: 황금 서버 (30일)하루살이 17.01.28.11:55 463