*infinit scroll (react.js)


스코롤 하면 추가로 생겨나는 것




*이미지 자동회전 (react.js)


css

.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}















'코딩' 카테고리의 다른 글

.append ("g")란?  (0) 2018.12.22
d3 : d3 기본 개념  (0) 2018.12.21
jQuery : selector(선택자)/ selector filter  (0) 2018.12.16
jQurery : 기본 구성  (0) 2018.12.16
객체 /메소드 /프로퍼티  (0) 2018.12.16

+ Recent posts