percentage animation 효과 적용 (달성률)

percentage animation 효과 적용 (달성률)

//html 달성률(전체 100%) % //js function percentage(){ var text = $('.percentage > span').text(); var percent = text + '%'; setTimeout(function(e){ $('.bar').stop().animate({'width': percent},700); }, 300); }

공유하기 글 요소 저작자표시

from http://amanda.tistory.com/41 by ccl(A) rewrite - 2021-11-11 16:00:59