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

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. (58%) 274630/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님의 댓글"

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

권한이 없습니다.
번호 제목 글쓴이 날짜 조회 수
공지 [작업 완료] 설 명절 맞이 서버 업데이트 안내 3 마스터 24.02.11.17:21 1022
공지 [중요] 호스팅 만료와 관련하여 일부 수칙이 변경됩니다. 4 마스터 23.01.14.02:23 4696
공지 [필독] 질문하는 방법 17 마스터 18.02.23.03:09 4482
846 XE계정으로 미디어위키를 로그인하는 기능을 만들어보고 있는데 힘드네요 8 엠씨 17.05.13.23:38 454
845 아메트린 패널 ftp 주소 7 image 맛수타 17.05.14.11:25 287
844 저번 S2에 이은.. 칭구의 G2느.... ㅇㅅㅇ 3 Seia 17.05.14.12:28 278
843 Expert SSL과 부가서비스 SSL의 차이가 뭔가요? 2 엠씨 17.05.14.23:58 284
842 호스팅 접속 4 image 맛수타 17.05.16.06:56 241
841 이게 가능한지 궁금합니다! 7 image 조리퐁 17.05.16.19:26 280
840 ssh 계정 2 ikuu7 17.05.18.02:12 213
839 늦었네요. 배치파일 관련해서 도와주실 수 있나요? 2 Seia 17.05.21.01:22 218
838 미디어위키와 XE를 같이 사용할때 XE의 head,foot에 위키 스킨을 어떻게 입히죠? 3 경계인 17.05.21.20:37 326
837 호스팅 트래픽 초과되면 어떻게 해야하나요?? 8 title: 도밥위키!Dobob 17.05.24.18:43 262
836 미디어위키 설치법 6 image 맛수타 17.05.25.17:59 633
835 위키 연동법 3 맛수타 17.05.28.17:04 322
834 xe 에서 member_srl 별로 게시글을 가져오는 위젯이 있나요? 5 LuisK 17.05.28.17:16 256
833 도메인 연결 2 파란꽃 17.06.06.17:31 293
832 도메인 접속 no 5 맛수타 17.06.08.06:03 276
831 500 오류 2 맛수타 17.06.09.05:59 258
830 사이트 설정 중 도움 요청 드립니다. 1 아그래 17.06.11.20:47 280
829 바로가기 링크#걸어도 펼침메뉴가 9 핫슈 17.06.12.22:36 262
828 프로필 설정 이미지 크기 얼마정도 하면대나요? 3 핫슈 17.06.16.04:43 358
827 호스팅 계정 생성할때.. 자신이 원하는 도매인은 어떻게 설정할 수 있나요? 5 Hanam09 17.06.17.13:07 265