sealed class BaseKeyFramesScope

Known direct subclasses
KeyAttributesScope

Scope where multiple attribute KeyFrames may be defined.

KeyCyclesScope

Scope where multiple cycling attribute KeyFrames may be defined.

KeyPositionsScope

Scope where multiple position KeyFrames may be defined.


The base/common scope for KeyFrames.

Each KeyFrame may have multiple frames and multiple properties for each frame. The frame values should be registered on framesContainer and the corresponding properties changes on keyFramePropsObject.

Summary

Protected constructors

Public properties

Easing

The Easing curve to apply for the KeyFrames defined in this scope.

Protected constructors

BaseKeyFramesScope

protected BaseKeyFramesScope(vararg targets: ConstrainedLayoutReference)

Public properties

easing

Added in 1.1.0-alpha13
var easingEasing

The Easing curve to apply for the KeyFrames defined in this scope.