Skip to content

Commit e12547d

Browse files
committed
Docs - clarify purpose of CSS class .in to .fade
1 parent 85bc033 commit e12547d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/js/tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>Markup</h3>
8181
{% endhighlight %}
8282

8383
<h3>Fade effect</h3>
84-
<p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>. The first tab pane must also have <code>.in</code> to properly fade in initial content.</p>
84+
<p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>. The first tab pane must also have <code>.in</code> to make the initial content visible.</p>
8585
{% highlight html %}
8686
<div class="tab-content">
8787
<div role="tabpanel" class="tab-pane fade in active" id="home">...</div>

0 commit comments

Comments
 (0)