]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Switch to ease function to remove trailing animation movement
authorMark Otto <markdotto@gmail.com>
Sat, 8 Apr 2017 23:01:54 +0000 (16:01 -0700)
committerMark Otto <markd.otto@gmail.com>
Sat, 8 Apr 2017 23:29:21 +0000 (16:29 -0700)
scss/_variables.scss

index f517797faaccf2efff6bb8cf544b1c72be48a262..d277011b213e0fcb83a6f22e1769763f8e7e0316 100644 (file)
@@ -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