Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 802 Bytes

File metadata and controls

27 lines (16 loc) · 802 Bytes

frame.useSingleEaseCurve

Availability

Flash 8.

Usage

frame.useSingleEaseCurve

Description

Property; a Boolean value. If true, a single custom ease curve is used for easing information for all properties. If false, each property has its own ease curve. This property is ignored if the frame doesn’t have custom easing applied.

Example

The following example specifies that a single custom ease curve should be used for all properties of the first frame on the first layer:

var theFrame = fl.getDocumentDOM().getTimeline().layers[0].frames[0] 
theFrame.useSingleEaseCurve = true;

See also

frame.getCustomEase(), frame.hasCustomEase, frame.setCustomEase()