clementwzk/OpenCalc

Better animation for button reshaping

Open

#156 ouverte le 11 févr. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Kotlin (182 forks)auto 404
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (1 480 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

When showing advanced functions in the normal view of the calculator, the buttons are immediately reshaped to fit into the new space before the animation for button movement plays out. This looks specially odd when hiding the advanced functions, since the buttons become larger and visibly overlap with one another before the buttons are moved to their new position.

It'd be better to animate the button reshaping alongside button movement similar to what Google's stock calculator does. A FOSS app which implements this type of behavior is Unitto when performing and operation and making extra space to show the result. Here is the comparison:

Unitto OpenCalc
https://user-images.githubusercontent.com/86078431/218274454-1fc3effc-f5a9-4e34-972c-5139e1274b71.mp4 https://user-images.githubusercontent.com/86078431/218274458-b1178db3-a07e-43d1-9d4d-918c85cc75a6.mp4

Guide contributeur