Project name and homepage: Mozilla Firefox for Android

Assignment

Fixing Bug number: 1122977 - BounceAnimator incorrectly overrides start

BounceAnimator (creating bouncing animantion of titles on the dashboard screen) doesn’t work properly. Currently, the BounceAnimator isn’t a proper Animator that can be chained with an AnimatorSet. The fix is to replace BounceAnimator by a BounceAnimatorBuilder, that returns an Animator instance.

Links documenting the results of my work

Here are links describing my progress and result. All comunication, patch addition and reviews are avaiable in the ticket (first link).

Presentation