after(tween)
      Function that can be directly set or defined as a method in a class that is called after the tween completes (only called for ONE_SHOT mode)
Parameters:
      tween [value: object (the tween object that just finished), type: object]
Return Value: None

file: src/animation/engine_animation_tween.c

landing