Closed
Bug 415492
Opened 18 years ago
Closed 18 years ago
tabs hover animation
Categories
(Firefox :: Theme, enhancement)
Tracking
()
RESOLVED
FIXED
Firefox 3 beta5
People
(Reporter: dao, Assigned: dao)
Details
(Keywords: polish)
Attachments
(2 files, 6 obsolete files)
|
892 bytes,
image/png
|
Details | |
|
5.76 KB,
patch
|
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•18 years ago
|
||
| Assignee | ||
Comment 2•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Attachment #301190 -
Flags: ui-review?(beltzner)
Comment 3•18 years ago
|
||
Comment on attachment 301190 [details]
proposed animation as extension
I think this will be one of those tricksy things that will be tough to get just right. I like the overall effect, but it feels just a smidgen slow to me at the moment. Can we remove one or two frames of the animation to speed it up?
Attachment #301190 -
Flags: ui-review?(beltzner) → ui-review-
| Assignee | ||
Comment 4•18 years ago
|
||
This is more subtle with 3 instead of 5 frames, frame length is 50 ms.
Attachment #301190 -
Attachment is obsolete: true
Attachment #301193 -
Attachment is obsolete: true
Attachment #305335 -
Flags: ui-review?(beltzner)
| Assignee | ||
Comment 5•18 years ago
|
||
Comment 6•18 years ago
|
||
Comment on attachment 305335 [details]
v2 as extension
Yeah, this is better. We might even be able to add that fourth frame - what do you think? Right now it feels "fast" and the hover is *just* noticable.
Attachment #305335 -
Flags: ui-review?(beltzner) → ui-review+
| Assignee | ||
Comment 7•18 years ago
|
||
4 frames @ 50 ms
Attachment #305335 -
Attachment is obsolete: true
Attachment #305336 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•18 years ago
|
||
Attachment #301192 -
Attachment is obsolete: true
Attachment #306391 -
Flags: review?(mano)
Comment 9•18 years ago
|
||
Why is repeat-x set in some places and not in others?
| Assignee | ||
Comment 10•18 years ago
|
||
It's set on the base rules. E.g. we don't need to mention it in .tabbrowser-tab:hover if .tabbrowser-tab already has it.
Comment 11•18 years ago
|
||
Comment on attachment 306391 [details] [diff] [review]
patch
*ah*, ok. r=mano.
Attachment #306391 -
Flags: review?(mano) → review+
Comment 12•18 years ago
|
||
Comment on attachment 306391 [details] [diff] [review]
patch
uir=beltzner carried over
Drivers: requesting approval for this after beta 4; small but noticable polish for tab hovering on Windows. It's these little things that make applications more human and pleasant.
Attachment #306391 -
Flags: ui-review+
Attachment #306391 -
Flags: approval1.9?
| Assignee | ||
Comment 13•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Attachment #306855 -
Flags: approval1.9?
| Assignee | ||
Updated•18 years ago
|
Attachment #306391 -
Attachment is obsolete: true
Attachment #306391 -
Flags: approval1.9?
Comment 14•18 years ago
|
||
Comment on attachment 306855 [details] [diff] [review]
updated to trunk
a1.9=beltzner
Attachment #306855 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 15•18 years ago
|
||
Checking in browser/themes/winstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/winstripe/browser/browser.css,v <-- browser.css
new revision: 1.185; previous revision: 1.184
done
Checking in browser/themes/winstripe/browser/jar.mn;
/cvsroot/mozilla/browser/themes/winstripe/browser/jar.mn,v <-- jar.mn
new revision: 1.76; previous revision: 1.75
done
RCS file: /cvsroot/mozilla/browser/themes/winstripe/browser/tabbrowser/tab-hover-bkgnd.png,v
done
Checking in browser/themes/winstripe/browser/tabbrowser/tab-hover-bkgnd.png;
/cvsroot/mozilla/browser/themes/winstripe/browser/tabbrowser/tab-hover-bkgnd.png,v <-- tab-hover-bkgnd.png
initial revision: 1.1
done
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 beta5
Comment 16•18 years ago
|
||
Is there any way to disable this animation? I'm probably in the minority, but I find it to be very annoying and distracting.
| Assignee | ||
Comment 17•18 years ago
|
||
(In reply to comment #16)
> Is there any way to disable this animation?
userChrome.css:
.tabbrowser-tab:hover {
background-image: url("chrome://browser/skin/tabbrowser/tab-active-bkgnd.png") !important;
}
You need to log in
before you can comment on or make changes to this bug.
Description
•