2010-12-20 5 views

답변

1

이 코드는보기 360도 회전합니다

RotateAnimation rotateAnimation = new RotateAnimation(360,0); 
rotateAnimation.setDuration(ROTATE_TIME); 
myView.startAnimation(rotateAnimation); 

이 반복하려면 :

anim.setRepeatCount (Animation.INFINITE를); 당신이 운동은, 전체 애니메이션을 통해 더욱 속도를 가지고 내가 몇 달 전에 질문이 질문에 체크 아웃 할 경우

:

Make ScaleAnimation move evenly, or figure out how it moves

+0

고맙습니다 그것을 얻었다을 그 수락 plox 다음 미세 – santhosh

+0

작업 올바른 하나로서 대답 :) – pgsandstrom

관련 문제