mapbox-gestures-android icon indicating copy to clipboard operation
mapbox-gestures-android copied to clipboard

Refactor value animators

Open LukasPaczos opened this issue 8 years ago • 0 comments

The main idea for the refactor is to make value animator for a compatible gesture independent from its state. Value animation calculations and callbacks will happen only when requested. This means that gestures will be flagged as not in progress during the animation that happens after a gesture which shouldn't be a huge trade-off for more flexibility and better performance if a user doesn't want to use provided animations.

Progress

  • [x] remove current ValueAnimators implementation (#16)

  • [ ] add new optional implementation that does calculations and handles Animators

LukasPaczos avatar Feb 14 '18 11:02 LukasPaczos