1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 02:10:23 +02:00

remove 'roll-in' fragment style due to Chrome crash #1150

This commit is contained in:
Hakim El Hattab
2015-04-12 18:12:48 +02:00
parent ce798c4bac
commit 4e3b91ae03
5 changed files with 3 additions and 21 deletions

View File

@@ -515,7 +515,6 @@ The default fragment style is to start out invisible and fade in. This style can
<section>
<p class="fragment grow">grow</p>
<p class="fragment shrink">shrink</p>
<p class="fragment roll-in">roll-in</p>
<p class="fragment fade-out">fade-out</p>
<p class="fragment current-visible">visible only once</p>
<p class="fragment highlight-current-blue">blue only once</p>