Ani icon indicating copy to clipboard operation
Ani copied to clipboard

Feature: Allow adding sequences to other sequences

Open tillnagel opened this issue 9 years ago • 3 comments

This would allow creating sequences in other classes and then create the final sequence by cascading child sequences. Would be a nice-to-have.

tillnagel avatar Jun 25 '15 09:06 tillnagel

I was thinking this would be nice to have as well. Currently I'm returning an array of Ani objects from a method, which would be used as part of a larger sequence as well as in their own sequence, but would prefer to just return a sequence from that method.
I'll try adding this some time, though I only starting using Ani yesterday, but it shouldn't be too hard.

Ruben9922 avatar Sep 19 '16 17:09 Ruben9922

Hi @Ruben9922, yes indeed, this would be nice. Very happy to incorporate this via a PR :) Best, Benedikt

b-g avatar Sep 20 '16 12:09 b-g

@b-g Okay, awesome :) I wrote some code a few days ago but I've yet to test it.

Ruben9922 avatar Sep 23 '16 10:09 Ruben9922