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

Repeating & infinite animation #1

Open
pawegio opened this issue Sep 19, 2016 · 1 comment
Open

Repeating & infinite animation #1

pawegio opened this issue Sep 19, 2016 · 1 comment

Comments

@pawegio
Copy link

pawegio commented Sep 19, 2016

I'd like to be able to set ValueAnimator.repeatCount property as well as apply infinite mode for specific animation, sth like:

ankomate {

  times = 3

  scale(view1) { 

  }

  then {

    infinite = true

    rotate(view1) { 

    }
  }
}

Cool dsl library btw! 👍

@asarazan
Copy link
Owner

Thanks Pawel! Shouldn't be too hard, I'll try to get that in shortly.

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

2 participants