if(alpha > iTarget){
speed = -10;
}
else{
speed = 10;
为什么速度那里的值要设为10 -10呢
就是以每30毫秒 以10%的透明度递增或者递减呀
好哒 谢谢
那30 可以设为其他的值吗