The task specification for an animation-frame request.
Experimental. This class may disappear without notice.
- Implements
Constructors
- AnimationFrameRequestSpecification(Window window, FrameRequestCallback callback(num highResTime))
Properties
- callback → FrameRequestCallback
-
The callback that is executed when the animation-frame is ready.
read-only - hashCode → int
-
Get a hash code for this object.
read-only, inherited - isOneShot → bool
-
read-only
- name → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - window → Window
-
The window on which Window.requestAnimationFrame was invoked.
read-only
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited