diff options
| author | Mark Otto <[email protected]> | 2014-12-02 14:02:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-02 14:02:35 -0800 |
| commit | 27df020852ada46c85138c75736fbb4c4784eeeb (patch) | |
| tree | 8d0bf84e33d4823e67fbe2283e19d2ddc73f5dab /less/_animation.less | |
| parent | 6bd84210ffe766b18fd3cd11a5da4f5ee0d43ecc (diff) | |
| download | bootstrap-27df020852ada46c85138c75736fbb4c4784eeeb.tar.xz bootstrap-27df020852ada46c85138c75736fbb4c4784eeeb.zip | |
convert to scss
Diffstat (limited to 'less/_animation.less')
| -rw-r--r-- | less/_animation.less | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/less/_animation.less b/less/_animation.less deleted file mode 100644 index 2b3e765fa..000000000 --- a/less/_animation.less +++ /dev/null @@ -1,30 +0,0 @@ -// -// Component animations -// -------------------------------------------------- - -.fade { - opacity: 0; - transition: opacity .15s linear; - &.in { - opacity: 1; - } -} - -.collapse { - display: none; - visibility: hidden; - - &.in { display: block; visibility: visible; } - tr&.in { display: table-row; } - tbody&.in { display: table-row-group; } -} - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - transition: height .35s ease; - transition-property: height, visibility; - transition-duration: .35s; - transition-timing-function: ease; -} |
