diff options
| author | Martijn Cuppens <[email protected]> | 2018-02-19 10:10:25 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-02-19 10:10:25 +0100 |
| commit | 3dd0bde664699fc7a191d0d3569f4f0ba8f06028 (patch) | |
| tree | ff42d0fc35221dd53aede05d99491b4b812866bb /scss | |
| parent | c381d199655586d949a0929868bea889aed46fa8 (diff) | |
| download | bootstrap-3dd0bde664699fc7a191d0d3569f4f0ba8f06028.tar.xz bootstrap-3dd0bde664699fc7a191d0d3569f4f0ba8f06028.zip | |
Fix carousel transition duration (#25218)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 2178e1f9c..53cb29c2a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -870,7 +870,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='M5.25 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='M2.75 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 !default; +$carousel-transition: transform .6s ease !default; // Define transform transition first if using multiple transitons (e.g., `transform 2s ease, opacity .5s ease-out`) // Close |
