diff options
author | Leonardo Kewitz <leokewitz@gmail.com> | 2015-11-22 18:34:25 -0200 |
---|---|---|
committer | Leonardo Kewitz <leokewitz@gmail.com> | 2015-11-22 18:34:25 -0200 |
commit | d457b9270a015f7c5393066d0d58c185ca8e59e7 (patch) | |
tree | 8177d6cd3b252f7fd99a2c9dbe9f28f7b517e7d8 /index.html | |
parent | bef2722eedd9671a9e0f0f9e553c0863437d1402 (diff) | |
download | perl-software-in-gnu-guix-d457b9270a015f7c5393066d0d58c185ca8e59e7.tar perl-software-in-gnu-guix-d457b9270a015f7c5393066d0d58c185ca8e59e7.tar.gz |
Added 4 fragment transitions effect.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ <p class="fragment grow">grow</p> <p class="fragment shrink">shrink</p> <p class="fragment fade-out">fade-out</p> + <p class="fragment fade-up">fade-up (also down, left and right!)</p> <p class="fragment current-visible">current-visible</p> <p class="fragment highlight-red">highlight-red</p> <p class="fragment highlight-blue">highlight-blue</p> |