agens-no / Anymotion

one unified API for animating UIKit, CoreAnimation, POP and your library of choice.
Other
33 stars 9 forks source link

Add operator: `+[ANYAnimation chain:]` #10

Closed hfossli closed 7 years ago

hfossli commented 7 years ago

Takes an array of ANYAnimation-objects and subscribes to them one at a time.

This [ANYAnimation chain:@[a, b, c, d]] should be equivalent to [[[a then:b] then:c] then:d].