Opened 13 years ago
Closed 13 years ago
#24909 closed enhancement (wontfix)
Twenty Fourteen: Search Toggle Fade In/Out
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | 3.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The visibility toggle for the search bar and the social links are using display none;
This patch adds a nicer fade in and fade out using jQuery's fadeToggle().
Attachments (1)
Change History (8)
#3
@
13 years ago
- Keywords ui-feedback added
Needs discussion with iamtakashi from a bigger picture of the design and interaction goals. Me personally, I'm fine with CSS hide/show without any kind of transition.
#4
@
13 years ago
- Keywords close added
-1. I agree with lancewillett, I think it would make it laggy.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Why use jQuery when we could do this with a CSS transition?