Skip to content

Commit

Permalink
Increase fade transition, to work around timing bug
Browse files Browse the repository at this point in the history
in bootstrap.native.

thednp/bootstrap.native#192
  • Loading branch information
jcbrand committed Feb 23, 2018
1 parent e344bf7 commit 66e6ae2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/converse.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/inverse.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ body.reset {
100% { opacity: 1 }
}

.fade {
opacity: 0;
transition: opacity 0.20s linear;
}

.fade-in {
@include fade-in;
}
Expand Down

0 comments on commit 66e6ae2

Please sign in to comment.