aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-04-08 16:01:54 -0700
committerMark Otto <[email protected]>2017-04-08 16:29:21 -0700
commit90c18ebd19f2256b9c250a4e5b59df913a705ac2 (patch)
treeaf17a1f74678a66b8b2bbbb025a13a54d956d949
parent73cfefd594664240144a9c33b3d92ddeabc2e9c3 (diff)
downloadbootstrap-90c18ebd19f2256b9c250a4e5b59df913a705ac2.tar.xz
bootstrap-90c18ebd19f2256b9c250a4e5b59df913a705ac2.zip
Switch to ease function to remove trailing animation movement
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index f517797fa..d277011b2 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -904,7 +904,7 @@ $carousel-control-icon-width: 20px !default;
$carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
$carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
-$carousel-transition: transform .6s ease-in-out !default;
+$carousel-transition: transform .6s ease !default;
// Close