AnimationTimeline constructor

AnimationTimeline(
  1. Document ownerDocument
)

Implementation

AnimationTimeline(this.ownerDocument) {
  _ticker = Ticker(_onTick);
}