Created
July 20, 2015 11:08
-
-
Save lilaL/c7aa8d1ab1ef96c2ed66 to your computer and use it in GitHub Desktop.
Replacing fragments in reveal.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section> | |
<div style="position:relative" > | |
<p class="fragment fade-in" style="position:absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;" data-fragment-index="0"> | |
TWO | |
</p> | |
<p class="fragment fade-out" style="position:absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;" data-fragment-index="0"> | |
ONE | |
</p> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment