timeline property

AnimationTimeline? get timeline

Implementation

AnimationTimeline? get timeline => js_util.getProperty(this, 'timeline');
set timeline (AnimationTimeline? newValue)

Implementation

set timeline(AnimationTimeline? newValue) {
  js_util.setProperty(this, 'timeline', newValue);
}