From: JT Borger Date: Tue, 23 Feb 2016 10:49:15 +0000 (+0100) Subject: Update toggler.md X-Git-Tag: v6.2.1~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8218%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update toggler.md Was inaccurate with the code example and the actual code. --- diff --git a/docs/pages/toggler.md b/docs/pages/toggler.md index a949482a4..5aefcebd6 100644 --- a/docs/pages/toggler.md +++ b/docs/pages/toggler.md @@ -39,7 +39,7 @@ Then, add `data-toggle` to any element, with the ID of the target as the value o Instead of toggling a class, you can also toggle visibility. When toggled, the element comes into or out of view using a Motion UI class. -Instead of `data-toggler`, add the attribute `data-toggler-animate`. The value of the attribute is the *in animation* you want, followed by the *out animation*. +Instead of `data-toggler`, add the attribute `data-animate`. The value of the attribute is the *in animation* you want, followed by the *out animation*. ```html_example

Toggle Panel