pub fn update_timers_and_animations()
Expand description

Call this function to update and potentially activate any pending timers, as well as advance the state of any active animtaions.

This function should be called before rendering or processing input event, at the beginning of each event loop iteration.