From 22e8f96c3eb26f5541f3d29dc751969184cde8b0 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 21 May 2017 12:44:39 -0700 Subject: [PATCH] Update to include how to adjust speed in HTML Took me some time to find out how to adjust the speed of the reveal by adjusting the attributes the right way. --- docs/pages/reveal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index 953848759..18c414695 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -191,7 +191,7 @@ To remove the overlay, add the attribute `data-overlay="false"` to the modal. ### Animations -To use animations from the Motion UI library, include the data-animation-in="someAnimationIn" and data-animation-out="someAnimationOut" attributes. +To use animations from the Motion UI library, include the data-animation-in="someAnimationIn" and data-animation-out="someAnimationOut" attributes. If you want to adjust the speed or timing, include it the attributes like data-animation-in="someAnimationIn fast".

Watch this part in video -- 2.47.2