From 1131937e640bf66055655d59a05f4275828e56d1 Mon Sep 17 00:00:00 2001 From: Rick Hawkins Date: Mon, 2 Jul 2018 15:42:17 -0700 Subject: [PATCH] Use correct data attribute for responsive toggle with animation --- docs/pages/responsive-navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/responsive-navigation.md b/docs/pages/responsive-navigation.md index 1df9bd79f..47439dc22 100644 --- a/docs/pages/responsive-navigation.md +++ b/docs/pages/responsive-navigation.md @@ -245,7 +245,7 @@ By default, the title bar will be visible on small screens, and the Menu hides. ## Responsive Toggle with animation -To use animations from the Motion UI library, include the data-animation="someAnimationIn someAnimationOut" attribute. +To use animations from the Motion UI library, include the data-animate="someAnimationIn someAnimationOut" attribute.
-- 2.47.2