AnimationTimeline constructor

AnimationTimeline()

Implementation

AnimationTimeline() {
  _ticker = Ticker(_onTick);
}