mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
navs.md: Fade effect: add missing backtick
This commit is contained in:
parent
55168ff93e
commit
85fac53cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 properly fade in initial content.
|
||||
|
||||
{% highlight html %}
|
||||
<div class="tab-content">
|
||||
|
|
|
|||
Loading…
Reference in a new issue