Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PoseEasingStyle

Items 6

HistoryNameValueDescription
220Linear0

Poses interpolate linearly between key frames.

220Constant1

Poses do not interpolate but snap to the key frame indicated by the PoseEasingDirection.

220Elastic2

Pose interpolation will overshoot like it is elastic.

220Cubic3

Deprecated - Use PoseEasingStyle.CubicV2. Pose interpolation is a cubic curve between keyframes based on the PoseEasingDirection.

220Bounce4

Pose interpolation produces a bounce like effect between key frames.

646CubicV25

Pose interpolation is a cubic curve between keyframes based on PoseEasingDirection.

Description

History 7

Settings