engine_animation()
      Module for animating certain aspects of the engine
Attributes:
      Tween [value: object, type: object]
      Delay [value: object, type: object]
      LOOP [value: 1, type: enum/int]
      ONE_SHOT [value: 2, type: enum/int]
      PING_PONG [value: 3, type: enum/int]

file: src/animation/engine_animation_module.c

landing