BaseKeyFramesScope
@ExperimentalMotionApi
sealed class BaseKeyFramesScope
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 |
|---|
BaseKeyFramesScope(vararg targets: ConstrainedLayoutReference) |