apply method
Apply animation to objects registered in core. Note that a core
context is specified as animations can be applied to instances.
Implementation
@override
void apply(CoreContext core, double elapsedSeconds) {
if (artboard?.hasChangedDrawOrderInLastUpdate ?? false) {}
advanceInputs();
applyEvents();
}