Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S2.FX.Parallel fail to implement options #19

Open
rumble opened this issue Dec 22, 2010 · 0 comments
Open

S2.FX.Parallel fail to implement options #19

rumble opened this issue Dec 22, 2010 · 0 comments

Comments

@rumble
Copy link

rumble commented Dec 22, 2010

The documentation on this page http://scripty2.com/doc/scripty2%20fx/s2/fx/parallel.html suggests that effects within a parallel can have individual delay and duration properties.

In the example shown you would expect the first effect to run for 0.9 seconds after a delay of 0.1 second and the second effect to run for 0.75 seconds after a delay of 0.25 seconds.

Running the code results in both effects running for a duration of 1 second with no delay on either.

Also worth noting that the individual 'after' functions from each effect also fail to run.

Is this a bug in the implementation of S2.FX.Parallel, or a bug in the documentation. If it is a bug in the documentation, then could this parallel be extended to use these options?

Thanks.

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

No branches or pull requests

1 participant