Bootstrap 4 default tab-pane active fade in not working
问题 In the process of researching dynamic nav-tabs, I've decided to add a fade in effect when the user clicks on the tab of their choice. When the modal first loads, the following line of html makes the HOME tab appear by the fault. <div id="home" class="tab-pane active"> The above works fine but... if I replace the above with the following html code... <div id="home" class="tab-pane active fade in"> When the modal first loads, div home is not faded in . It only works once the user clicks on a