WebIDLpedia

PointerTimeline interface

Definition

Pointer-driven Animations defines PointerTimeline



[Exposed=Window]
interface PointerTimeline : AnimationTimeline {
  constructor(optional PointerTimelineOptions options = {});
  readonly attribute Element? source;
  readonly attribute PointerAxis axis;
};

Methods and attributes that return objects implementing PointerTimeline