Skip to content

ux: Fix top bar opacity animation and include menu icon in it

David Gomez requested to merge (removed):top-bar-opacity into develop

This merge request address two issues:

  1. Due to a miscalculation of the top bar height when building the animation function the application logo wasn't running the animation until the end, finishing in a semi-transparent state as shown in the screenshot present in the issue #805 (closed).

  2. Scrolling the content of the public tab moves the top bar up making the menu icon (hamburger) to mix with the iOS UI (iOS clock) as shown in the screenshot present in issue #805 (closed). This merge request addresses that issue by adding the opacity animation to the button.

Edited by David Gomez

Merge request reports