diff options
| author | Mark Otto <[email protected]> | 2014-12-03 18:15:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-03 18:15:37 -0800 |
| commit | bad40d5c4ac47efdadcf524455cf3e12f5bec82b (patch) | |
| tree | e60fdd0bf19b98380619d4e3c6029a760d64697c /less/_animation.less | |
| parent | 6bd84210ffe766b18fd3cd11a5da4f5ee0d43ecc (diff) | |
| parent | bafd0b057eceae261da82e52ad78c65f08ddd166 (diff) | |
| download | bootstrap-bad40d5c4ac47efdadcf524455cf3e12f5bec82b.tar.xz bootstrap-bad40d5c4ac47efdadcf524455cf3e12f5bec82b.zip | |
Merge pull request #1 from twbs/scss
Move to Sass
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; -} |
