/* CSS transition을 이용하여 jquery ui의 progressbar 애니메이션을 적용할수 있다. */.ui-progressbar-value {/* transition: all 0.5s; */transition: width 0.5s;-webkit-transition: width 0.5s;}
출처 : http://stackoverflow.com/questions/5047498/how-do-you-animate-the-value-for-a-jquery-ui-progressbar
반응형
'CSS' 카테고리의 다른 글
CSS문서에 문자셋을 지정하면 에디터에서 한글이 깨지지 않는다. (0) | 2015.12.24 |
---|---|
[CSS] first-child, first-of-type 차이 (0) | 2015.12.15 |
[CSS] background 좌표값 쉽게 얻어주는 사이트 (0) | 2015.04.10 |
[CSS] keyframe animation - 연속으로 이미지 바뀌는 애니메이션 효과 (5) | 2015.04.06 |
[CSS] Font Awesome - 벡터 폰트 아이콘 (0) | 2015.04.06 |