Description
Describe the request
When the Home feed is loaded, sometimes posts will get likes, comments, and reposts after they've already been loaded. It can be a little jarring when you like or repost something and suddenly the number jumps way up.
I'm wondering if it is possible that, while the content is in view, the post statistics are checked every 2 seconds or something. If the number changes, perhaps you could animate the number going up/down? Maybe even make the icon animate slightly with a pulse or bounce, or something unique for each counter?
Design-wise, I think it would make sense only to do this if the post is at least 80% visible, or maybe only the statistics that are in view for performance reasons. Coming back to the animation example, perhaps you could do something fun use a shake animation for the replies counter, a pulsing, scaling animation for the heart, and a 360 degree spinning animation for the repost icon.
Could be fun! Would at least be nice if the numbers updated live and were animated to hide the fact that they are updated periodically.
Implementation Details
- This follows the GNOME HIG.