Skip to content

API / AnimationFadeOutMode

Enumeration: AnimationFadeOutMode

Defined in: core/DragonBones.ts:178

Animation fade out mode.

Enumeration Members

Enumeration MemberValueDescription
All4Fade out of all animation states.
SameGroup2Fade out the animation states of the same group.
SameLayer1Fade out the animation states of the same layer.
SameLayerAndGroup3Fade out the animation states of the same layer and group.
Single5Does not replace the animation state with the same name.

Released under the MIT License.