Opened 12 years ago
Closed 12 years ago
#24909 closed enhancement (wontfix)
Twenty Fourteen: Search Toggle Fade In/Out
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
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
@
12 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
@
12 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.
Why use jQuery when we could do this with a CSS transition?