Simple Sequencer


Big Spaceship | Labs Blog – Simple Sequencer

We often have the problem of sequencing animations and events, e.g. 1. close all windows, 2. move somewhere else, 3. open windows.

To make our lives a little bit easier I was looking for a simple class that we can use to sequence those tasks. I looked around but couldn’t find anything that was small, simple to fit our needs. So I wrote one called SimpleSequencer.

Related Posts