blendLayer
The order in which the framework composites the animation.
Declaration
var blendLayer: Int32 { get set }Discussion
The framework applies multiple animations on the same target in ascending order of this property’s value. Animations in a lower layer run before animations in a higher layer. Animations that share the same value apply in the order they execute.