From: Paul Date: Sun, 21 May 2017 19:44:39 +0000 (-0700) Subject: Update to include how to adjust speed in HTML X-Git-Tag: v6.4.0-rc1~5^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10060%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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