TimelineKeyframe

Represents a keyframe in a timeline animation.

TimelineKeyframe defines a specific point in time within an animation sequence, including the frame index and the easing function to apply when interpolating to the next keyframe.

Instance Members

index: Int

easing: Anonymous

new(index: Int, easing: Anonymous): Void
Name Type
index Int
easing Anonymous

Metadata

Name Parameters
:structInit -