def animation_left(): return lambda view: view.frame(50, 50, 50, 50)
def animation_right(): return lambda view: view.frame(250, 50, 75, 75)