TeamNewPipe/NewPipe

Standardize view animation duration

Open

#3,038 opened on Jan 30, 2020

View on GitHub
 (11 comments) (3 reactions) (0 assignees)Java (38,153 stars) (3,577 forks)batch import
GUIfeature requestgood first issue

Description

If you check the usages of animateView you will see that the typical range will be 0 all the way to 500, with most in the 100-250 range.

It should've been done with a default value in the first place. It is pretty much arbitrary right now, it was whatever the person felt like at the time of writing.

I'll leave this task to another PR, which the goal will be to standardize the used duration of animations.

_Originally posted by @mauriciocolli in https://github.com/TeamNewPipe/NewPipe/pull/2309#discussion_r371625549

Contributor guide

Standardize view animation duration · TeamNewPipe/NewPipe#3038 | Good First Issue