animation property

void animation=(MontageAnimation value)

Implementation

set animation(MontageAnimation value) {
  if (current.value != value) {
    _current.value = value;
    duration = value.duration;
  }
}