From f1846359dac6974b09e946332fd496a81ff7293e Mon Sep 17 00:00:00 2001 From: JT Borger Date: Tue, 23 Feb 2016 11:49:15 +0100 Subject: [PATCH] Update toggler.md Was inaccurate with the code example and the actual code. --- docs/pages/toggler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.47.2