Point2DKeyframe class

A Point2D keyframe.

A keyframe consists of a value and an animation duration.

Annotations

Constructors

Point2DKeyframe(Point2D value, Duration duration)
Constructs a Point2DKeyframe 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 Point2D
Point2D 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.