Say I have a simple reveal.js slide like this:
first
One could also use this solution :
.reveal .slides section .fragment { opacity: 0; display: none; } .reveal .slides section .fragment.current-fragment { opacity: 1; display: inline; }