this is an initial shot of a bunch of classes that ease the creation of timerized concat of actions…
- standard TimerizedAction classes where to start creating frame based motions and whatever you want (you’re not limited to anything!)
- Parallel action that let you sinc two or more action to be executed togheter
- Accordion class that let you concat more actions, each with specific duration and Transition function (linear,sinusoidal,cubic,stepped). also there is control over playback direction, speed and smoothing
in the example you can see a visual implementation of the classes. i’ve done actions for rebounds, reposition, relative resize and colour changes for the current component… and the last effects are resize and colour in parallel… but you are not limited to do this… you can create whatever like of effect you need ! (in a bunch of lines)
if someone is interested, it will be soon added to ejuce repository