AnimationTimeline constructor
AnimationTimeline(
- Document ownerDocument
Implementation
AnimationTimeline(this.ownerDocument) {
_ticker = Ticker(_onTick);
}
AnimationTimeline(this.ownerDocument) {
_ticker = Ticker(_onTick);
}