标签: python kivy
在kivy中链接动画时,例如:
anim = Animation(pos=(0, 0) + Animation(pos=(100, 100) anim.start(widget)
每个动画之间都有延迟。有没有办法删除它?