Closed
Bug 1379480
Opened 7 years ago
Closed 6 years ago
[meta] The Reload/Stop button animation is too distracting
Categories
(Firefox :: Theme, enhancement, P3)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
People
(Reporter: Oriol, Unassigned)
References
Details
(Keywords: meta, Whiteboard: [photon-animation])
Attachments
(1 file)
(deleted),
application/zip
|
Details |
I want my focus to stay on the area where the page I want to see will load. I don't want to be distracted by annoying useless animations in the browser GUI.
Comment 1•7 years ago
|
||
Set toolkit.cosmeticAnimations.enabled to false to disable it.
Comment 2•7 years ago
|
||
There's also browser.stopReloadAnimation.enable it seems.
Reporter | ||
Comment 3•7 years ago
|
||
From bug 1355924 comment 41, by Dão Gottwald [::dao],
> I think we should also consider not having this animation at all if there's
> any significant cost. From all photon animations, this one feels like it's
> more on the "bells and whistles" and "just because we can" spectrum, and to
> be honest I found it pretty distracting when I tried the patch.
Comment 4•7 years ago
|
||
I agree that this specific animation is distracting. I think what causes me to feel that this animation is distracting while the others aren't is that it runs very often, every time a page loads. Also, unlike for example the Pocket animation, which occurs in response to a specific user interaction, this animation can happen whenever the page does a navigation (e.g. in an iframe). An extreme cases where this is noticeable is amazon.com, where the animation runs around ten times before the page has settled down!
Comment 5•7 years ago
|
||
I think that the combination of how common it is visible, how often it happens and how long the animation is contributes to that.
On a fast network the animation goes from reload to stop to reload really fast. It would be cool to try to minimize the number of elements of the animation, maybe skip it if the page loads under X ms and maybe make it a bit less noticable?
I like the animation itself and the idea of animation. it makes the UI feel "fluid" and contributes to my experience of feeling that the UI is fresh and modern.
Comment 6•7 years ago
|
||
Throwing in 2 more theories:
1) animation distracts because it appears only a short moment. It also appears after page load is done for child content like images and iframes; and those can come in short burts. Two solutions here would be not animating for loading past initial page load and debouncing the start of the animation (maybe 150ms, should be tested), so it doesn't show for short loads.
2) The animation takes more time by animating in and out. Maybe the in-phase can be shortened and made less "noisy".
Updated•7 years ago
|
Whiteboard: [photon-animation] [triage]
Comment 7•7 years ago
|
||
Thanks for all the feedback everyone. It's really helpful. We're trying to find a balance that makes the browser feel more refined without being distracting.
I've decreased the duration of the animation since it was feeling slow on implementation - the svg sprite is attached.
It would be great if we can skip the animation altogether if the page loads quickly. But say we set a threshold to 150ms and the page ends up loading at 200ms - we'll have a similar problem here.
Can we we try delaying the motion by 150ms and skip if the site has loaded? If the site takes longer to load but is under 2s we should play the in animation but skip the out animation. While sites that take over 2s to load get both the in and out? This should give a large enough of a pause in between motions since when they connect the motion feels broken and very distracting.
But as Harald mentioned we'll have to test this out and will most likely tweak until we have the right balance.
Also, once the page loads the out animation should only play once and not for subsequent loads of the site. The flickering of subsequent loads feels really glitchy.
Flags: needinfo?(jaws)
Updated•7 years ago
|
Flags: qe-verify+
Priority: -- → P3
QA Contact: jwilliams
Whiteboard: [photon-animation] [triage] → [reserve-photon-animation]
Comment 8•7 years ago
|
||
Just now, I was loading a page that should be very quick to load (a small, file: page). The page load was quick, but the animation continued past the page load finish time, and I realised that I felt that the page hadn't finished loading until the animation was done. I don't know if other users would feel the same way, but I had a sudden worry that this could contribute to people feeling Firefox is slower on fast loading pages.
Comment 9•7 years ago
|
||
(I realise now, reading Eric's comment 7, that he's thinking of this issue too. Thanks!)
Updated•7 years ago
|
Reporter | ||
Comment 10•7 years ago
|
||
I just used Nightly on another PC where I didn't disable the pref, and I saw the animation again. It's more than distracting, it's so damn annoying! Please backout bug 1355924.
Comment 11•7 years ago
|
||
(In reply to Oriol [:Oriol] from comment #10)
> I just used Nightly on another PC where I didn't disable the pref, and I saw
> the animation again. It's more than distracting, it's so damn annoying!
> Please backout bug 1355924.
The implementation on nightly has not yet been refined. Please hold you're judgement until we update the speed and interaction. I appreciate your concerns and have taken them into account, thanks! The end goal is to have a refined icon animation that helps the browser feel more polished and designed without being distracting.
Comment 12•7 years ago
|
||
(In reply to Eric Pang [:epang] UX from comment #7)
The work to speed up the animation has been spun out to bug 1381957.
This bug will remain to be a general catch-all for issues with the stop/reload animation.
Flags: needinfo?(jaws)
Comment 13•7 years ago
|
||
The work to disable the animation if the page loads very fast has been spun out to bug 1384180.
Updated•7 years ago
|
Flags: qe-verify+ → qe-verify-
Keywords: meta
Priority: P3 → --
QA Contact: jwilliams
Summary: The Reload/Stop button animation is too distracting → [meta] The Reload/Stop button animation is too distracting
Whiteboard: [reserve-photon-animation] → [photon-animation]
Updated•7 years ago
|
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•