Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

SequencerSpring #60

Closed
ppamorim opened this issue Jun 28, 2015 · 4 comments
Closed

SequencerSpring #60

ppamorim opened this issue Jun 28, 2015 · 4 comments

Comments

@ppamorim
Copy link
Contributor

@willbailey What do you think about a sequencer Spring? It's similar of SpringChain but without any interaction with another springs. Look like:

SpringSquencer().create()
  .add(0, new Spring())
  .add(1, new Spring(), 1000)
  .add(2, new Spring());

The first spring(at 0 index) will run, when this animation ends, it will run the second spring(at index 1) and wait 1000 miliseconds to run the spring at index 2.

@willbailey
Copy link
Contributor

If you want to write up the code for this I'll take a look. What's the use case you have in mind?

@willbailey
Copy link
Contributor

Let me know if you have a pull request for this at some point. Closing this issue out.

@ppamorim
Copy link
Contributor Author

ppamorim commented Aug 7, 2015

Working a lot will :(

@amalChandran
Copy link

@ppamorim any update on the sequencer?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants