ankomation icon indicating copy to clipboard operation
ankomation copied to clipboard

Repeating & infinite animation

Open pawegio opened this issue 9 years ago • 1 comments

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! 👍

pawegio avatar Sep 19 '16 09:09 pawegio

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

asarazan avatar Sep 20 '16 07:09 asarazan