Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fade in effect #13814

Closed
angvishvish opened this issue Jun 13, 2014 · 7 comments
Closed

Fade in effect #13814

angvishvish opened this issue Jun 13, 2014 · 7 comments

Comments

@angvishvish
Copy link

How can I have fade in effect, without making any tab active.

<div class="tab-content">
  <!-- I don't want the any tab-pane to be active, and still want fade in effect -->
  <div class="tab-pane fade in active" id="home">...</div>
  <div class="tab-pane fade" id="profile">...</div>
  <div class="tab-pane fade" id="messages">...</div>
  <div class="tab-pane fade" id="settings">...</div>
</div>
@hnrch02
Copy link
Collaborator

hnrch02 commented Jun 13, 2014

Please be more specific. Do you want a fade-in effect for any element, not only for tabs?

@angvishvish
Copy link
Author

In this code after page load the first tab is active, which I don't want.
I don't want any of the tabs active.
I want all the tabs to be inactive on page load, now when I don't have any tabs open, I will click on any one of them and fade in effect should work, which doesn't work right now.

@hnrch02
Copy link
Collaborator

hnrch02 commented Jun 13, 2014

Well, if no tabs are active then what do you want to fade in initially?

@angvishvish
Copy link
Author

Initially all tab-pane should be inactive.
When I click on any tab, tab content should show fade effect.

@hnrch02
Copy link
Collaborator

hnrch02 commented Jun 13, 2014

Ah, thanks for explaining, now I get it. JS Bin demonstrating the problem.

@angvishvish
Copy link
Author

Right you got my point, see the problem I am facing this issue. Hope somebody solve it soon.

@Merg1255
Copy link

Yup, good catch this one. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants