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

Include animation.length in Animation example #87180

Merged
merged 1 commit into from
Jan 16, 2024

Commits on Jan 14, 2024

  1. Include animation.length in Animation example

    The length of an Animation isn't automatically set by adding keys, and
    it must be set manually. The existing example only has keys up to 0.5s,
    so the default value of 1.0s may be acceptable. However, this results in
    unexpected behavior for anyone who makes an animation longer than 1.0s.
    Include animation.length in the example because it's important.
    
    Also, increase the key position to 2.0s so it won't be confusing that
    the assignment is somewhat redundant.
    31 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    698c67d View commit details
    Browse the repository at this point in the history