tenhobi / flashcards

FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
MIT License
35 stars 8 forks source link

Title screen animation bug #66

Closed danbalarin closed 6 years ago

danbalarin commented 6 years ago

Check if sign in button always shows up in production build, because in development it sometimes don't.

Also, when the button appears flashcards logo kind of jumps few pixels up. Could be fixed by setting flashcards logo to be always in middle, absolute position, or by inserting transparent placeholder for button with the same height.

tenhobi commented 6 years ago

Login button should display after 4 seconds if silent login didn't work. The jumping of the button is caused by adding it, so we should set up some container with fix height as a parent.

I think we might fix that by using stack with centered logo and button showing under it—because of the stack it will not jump.