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

Limit animation repeat count #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 18, 2015

  1. add repeatCount propery

    saitjr committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    f2a0761 View commit details
    Browse the repository at this point in the history
  2. add repeatCount property

    custom repeat count
    saitjr committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    2195bd1 View commit details
    Browse the repository at this point in the history
  3. limit animation repeat count

    add if statement at line 154 to limit animation repeat count.
    if repeat count <= 0: loop
    if repeat count > 0: run 'repeat count' times
    saitjr committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    64fd316 View commit details
    Browse the repository at this point in the history