Skip to content

Commit

Permalink
Docs - clarify purpose of CSS class .in to .fade
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkel committed Sep 28, 2015
1 parent 85bc033 commit e12547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>Markup</h3>
{% endhighlight %}

<h3>Fade effect</h3>
<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>
<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>
{% highlight html %}
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="home">...</div>
Expand Down

0 comments on commit e12547d

Please sign in to comment.