I\'ve got some element I want to fade with CSS3. It can be simply done by 2 classes with opacity: 0 and opacity: 1, b
opacity: 0
opacity: 1
You can make an element not accept clicks with this:
.hidden { pointer-events:none; }