Skip to content

added .fade-in for compatibility with Bootstrap#2

Open
filso wants to merge 1 commit intoyearofmoo:masterfrom
filso:master
Open

added .fade-in for compatibility with Bootstrap#2
filso wants to merge 1 commit intoyearofmoo:masterfrom
filso:master

Conversation

@filso
Copy link

@filso filso commented Aug 29, 2013

Not sure if that's the best way to enable .fade with bootstrap, here's the name collision:

in bootstrap/less/component-animations.less:
.fade {
opacity: 0;
.transition(opacity .15s linear);
&.in {
opacity: 1;
}
}

@dtwen
Copy link

dtwen commented Apr 7, 2014

I saw a .fadeIn class in the documentation already.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants