Anchor2DKeyframe class

An Anchor2D keyframe.

A keyframe consists of a value and an animation duration.

Annotations

Constructors

Anchor2DKeyframe(Anchor2D value, Duration duration)
Constructs a Anchor2DKeyframe from the value and offset.
factory

Properties

duration → Duration
Relative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.
final
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value Anchor2D
Anchor2D keyframe value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.