Does ComponentAnimator repaint more efficiently or does it just for making animation easier for the programmer?

Basically just trying to figure out if using ComponentAnimator will be any more efficient than using a Timer and Paint

Component animator is using a timer and paint the target, not sure it’s specialised to be fast

1 Like

No, it doesn’t have anything special in it that would make the drawing performance better.

1 Like