Skip to content

API / AnimationFadeOutMode

枚举: AnimationFadeOutMode

定义于: core/DragonBones.ts:178

动画淡出模式。

枚举成员

枚举成员描述
All4淡出所有的动画状态。
SameGroup2淡出同组的动画状态。
SameLayer1淡出同层的动画状态。
SameLayerAndGroup3淡出同层并且同组的动画状态。
Single5不替换同名的动画状态。

Released under the MIT License.