GIfatahTH / animator

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
BSD 3-Clause "New" or "Revised" License
227 stars 28 forks source link

Infinity repeats #46

Closed nilsreichardt closed 3 years ago

nilsreichardt commented 4 years ago

I miss the option repeat an animation infinitely. At the moment I have to write: repeats: 999999 :(

GIfatahTH commented 4 years ago

repeats: 0 should do the task