summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-04-15 10:10:54 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-04-15 10:12:10 +0100
commitc2c9da531752185f0351548fb25810990366bd98 (patch)
tree47f54c6b27d96aa97511f3ac1cc19f381499f40e /xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss
parent8f92bdebbc1e24903a98e0f1cf9921c9eda1a24f (diff)
downloadxstatic-bootstrap-scss-c2c9da531752185f0351548fb25810990366bd98.tar.gz
Update to version 3.3.6
Change-Id: I28ce108668d14058f406f4f65c5ec25659a84aef
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss
index 8c3fd07..ca3b43c 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss
@@ -31,5 +31,7 @@ tbody.collapse.in { display: table-row-group; }
position: relative;
height: 0;
overflow: hidden;
- @include transition(height .35s ease);
+ @include transition-property(height, visibility);
+ @include transition-duration(.35s);
+ @include transition-timing-function(ease);
}