본문 바로가기

숫자카운트업 (1)

[jQuery] 숫자 카운트업 효과 0에서 지정한 숫자까지 카운트업 되는 효과입니다. 100% 500% 1. 태그 안에 제이쿼리를 불러옵니다. 2. HTML 100% 500% 3. CSS .count { float: left; width: 100px; height: 100px; line-height: 95px; margin: 0 5px; border: 5px solid #ddd; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; font-size: 15px; color: #000; text-align: center; } .num { font-size: 28px; font-weight: bold; color: #0..