Root下有个animateController对象,作为总动画控制器,控制所有想被总控的动画。 parse()模式下的animate声明都会进入总控,render()模式下animate()的第3个参数可选进入总控。 Root被parse()出时,动画是默认播放的,第3个参数options中可以声明autoPlay为false取消;render()则相反,默认不播放,需显示调用play()。