is possible set css "opacity" effect speed? Or need use jQuery?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Tejs, Otávio Décio, Tim Cooper, Blender, Graviton Apr 19 '11 at 3:54
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
CSS3 transitions can do it. I'm doing the following for a mouse-activated toolbar: css
html
|
|||||
|
|
Sure, take a look at this example which uses CSS Transitions! |
|||
|
|
.fadeOut()/.fadeIn()? – Tejs Apr 18 '11 at 21:05