Task #41172
Story #41101: As user, I want a well-working content editing (Bugfix Story)
Show button bar on hover with slight delay
Status:
New
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Updated by Sebastian Kurfuerst over 9 years ago
- when an element is active, show the button bar right away
- for hovered elements, wait 0.5 seconds and then fade the button-bar in
- for nested elements, only the innermost button bar should be visible on hover (and also on active)
- all should be implemented only using CSS3 transitions.
Updated by Sebastian Kurfuerst over 9 years ago
is more complex than it seems as we need to the alpha transparency instead of visibility. not changing it now.