BitcoinDesign / Bitcoin-Core-App

Tracking the design process for the Bitcoin Core App.
https://bitcoincore.app
MIT License
56 stars 11 forks source link

Subtle animation on "Estimating" state #48

Closed GBKS closed 1 month ago

GBKS commented 1 year ago

This block clock state can feel like it's unresponsive because you might see it for minutes and there's no motion at all.

Frame 156

If the text "Estimating" subtly changes color (like from neutral 7 to neutral 5 and back), it might feel a bit more like something is actually happening. This could also work well for the "0%" text. If we're not even at "0.01%", a subtle animation (neutral 9 to 7) would help communicate that something is happening.

What do you think?

jarolrod commented 1 year ago

Addressed by https://github.com/bitcoin-core/gui-qml/pull/325

jarolrod commented 1 month ago

Closing as this was done already