From: Tommy Kelly Date: Mon, 28 Sep 2015 20:59:21 +0000 (-0400) Subject: Clarify the purpose of CSS class .in to .fade X-Git-Tag: v4.0.0-alpha.2~282^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17727%2Fhead;p=thirdparty%2Fbootstrap.git Clarify the purpose of CSS class .in to .fade --- diff --git a/docs/components/navs.md b/docs/components/navs.md index 564564f525..6b2e707ff7 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -258,7 +258,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) ### Fade effect -To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to properly fade in initial content. +To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to make the initial content visible. {% highlight html %}