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

composition: skip empty base layers #1353

Closed
alixander opened this issue May 30, 2023 · 0 comments · Fixed by #1357
Closed

composition: skip empty base layers #1353

alixander opened this issue May 30, 2023 · 0 comments · Fixed by #1357

Comments

@alixander
Copy link
Collaborator

if you have this for example, there shouldn't be 1500ms of blank white in the beginning

# d2 example.d2 out.svg --animate-interval=1500

direction: down
steps: {
  1: {
    a -> b
  }
  2: {
    b -> d
    c -> d
  }
  3: {
    d -> e
  }
}

https://discord.com/channels/1039184639652265985/1039185315685998693/1112532294348066937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant