nickkoza/animately

Call transitionDelegate only when value changes

Opened this issue · 0 comments

Can be posible add flag to only call transitionDelegate when value changes?

There are use cases that call transition with same value is not the best solution.

Obviously i resolved this problem with if clause and storing last value, but i think it can be interesting that this library manage it.

Thank you !!!

PD: Great library