We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
end_pause
Since the last update, the end_pause argument in animate_frames() is broken.
animate_frames()
end_pause = 0 works. end_pause = 1 will cause a subscript error.
end_pause = 0
end_pause = 1
I'm guessing this has something to do with the code around n.add , but didn't have time to look into it further.
n.add
The text was updated successfully, but these errors were encountered:
any updates on this? the error still persists
Sorry, something went wrong.
No branches or pull requests
Since the last update, the
end_pause
argument inanimate_frames()
is broken.end_pause = 0
works.end_pause = 1
will cause a subscript error.I'm guessing this has something to do with the code around
n.add
, but didn't have time to look into it further.The text was updated successfully, but these errors were encountered: