apply method

void apply(
  1. CoreContext core, {
  2. double mix = 1,
})

Apply the changes incurred during advance, also automatically fires any accrued events.

Implementation

void apply(CoreContext core, {double mix = 1}) {
  animation.apply(time, coreContext: core, mix: mix);
}