AI_School 『 KidsGao 』 #3
⏺학습한 내용🕵️♂️
⭕ KidsGao 실습
- -
initial
: media query 바깥 쪽에서 작성한 code를 mobile 버전에서는 사용하지 않을 때 사용
animation reference site
.bubble1 {
animation-name: bubble1-keyframes;
animation-duration: 1000ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: infinite;
transform-origin: 0 0;
}
@keyframes bubble1-keyframes {
0% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);}
100% {transform:translate(-166px, -262px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);}
}html::after { content: url(https://ga-beacon.appspot.com/UA-42910121-1/stylie?pixel); position: absolute; left: -999em; }
> html 부분 삭제, 영역설정과 animation-name & keyframes 이름 변경
<button type="button" class="red"></button>
<button type="button"></button>
server로 보내야 되는 정보면 button대신 submit을 넣어준다.
실무TIP!
id / class 생성 시 가독성 및 오탈자 방지를 위한 본인만의 규칙성을 주어 만든다.
⏺학습내용 중 어려웠던 점🤦♂️
🔘 image들이 한 번씩 집나가면 찾아오기,, 자꾸 일어나면 앉혀놓기,, 돌아다니면 다시 앉혀놓기,,숨어있으면 들추기,,
⏺해결방법🙋♂️
🔘 급급하게 따라가려고 하지말고 찬찬히 보면 잘 찾을 수 있다. 개발자 도구 검사를 통한 오류 찾기도 덕분에 실력늘어가는중
⏺학습소감🙇♂️
🔘 첫 실습이 끝났는데, 따라가면서 강의 수강하기 보다 수강하면서 중요내용들 정리해놓고, 그 다음 따라 코드 짜보고, 다 된 상태에서 하나하나 뜯어보면서 훑어보는게 가장 효율이 좋은 것 같다. 역시 지금은 position 에 대한 이해와 응용력을 키우는 부분이 가장 시급한 것 같다.
Author And Source
이 문제에 관하여(AI_School 『 KidsGao 』 #3), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://velog.io/@seyong-ahn/AISchool-『-KidsGao-』-3
저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
⭕ KidsGao 실습
- -
initial
: media query 바깥 쪽에서 작성한 code를 mobile 버전에서는 사용하지 않을 때 사용 animation reference site
.bubble1 {
animation-name: bubble1-keyframes;
animation-duration: 1000ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: infinite;
transform-origin: 0 0;
}
@keyframes bubble1-keyframes {
0% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);}
100% {transform:translate(-166px, -262px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);}
}html::after { content: url(https://ga-beacon.appspot.com/UA-42910121-1/stylie?pixel); position: absolute; left: -999em; }
> html 부분 삭제, 영역설정과 animation-name & keyframes 이름 변경
server로 보내야 되는 정보면 button대신 submit을 넣어준다.<button type="button" class="red"></button> <button type="button"></button>
실무TIP!
id / class 생성 시 가독성 및 오탈자 방지를 위한 본인만의 규칙성을 주어 만든다.
🔘 image들이 한 번씩 집나가면 찾아오기,, 자꾸 일어나면 앉혀놓기,, 돌아다니면 다시 앉혀놓기,,숨어있으면 들추기,,
⏺해결방법🙋♂️
🔘 급급하게 따라가려고 하지말고 찬찬히 보면 잘 찾을 수 있다. 개발자 도구 검사를 통한 오류 찾기도 덕분에 실력늘어가는중
⏺학습소감🙇♂️
🔘 첫 실습이 끝났는데, 따라가면서 강의 수강하기 보다 수강하면서 중요내용들 정리해놓고, 그 다음 따라 코드 짜보고, 다 된 상태에서 하나하나 뜯어보면서 훑어보는게 가장 효율이 좋은 것 같다. 역시 지금은 position 에 대한 이해와 응용력을 키우는 부분이 가장 시급한 것 같다.
Author And Source
이 문제에 관하여(AI_School 『 KidsGao 』 #3), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://velog.io/@seyong-ahn/AISchool-『-KidsGao-』-3
저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
🔘 첫 실습이 끝났는데, 따라가면서 강의 수강하기 보다 수강하면서 중요내용들 정리해놓고, 그 다음 따라 코드 짜보고, 다 된 상태에서 하나하나 뜯어보면서 훑어보는게 가장 효율이 좋은 것 같다. 역시 지금은 position 에 대한 이해와 응용력을 키우는 부분이 가장 시급한 것 같다.
Author And Source
이 문제에 관하여(AI_School 『 KidsGao 』 #3), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@seyong-ahn/AISchool-『-KidsGao-』-3저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)