Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2a28c7d9
Commit
2a28c7d9
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Carousel fade cleanup (#27278)
parent
fccdda54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_carousel.scss
+1
-13
scss/_carousel.scss
with
1 addition
and
13 deletions
+1
-13
scss/_carousel.scss
+
1
-
13
View file @
2a28c7d9
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
.carousel-fade
{
.carousel-fade
{
.carousel-item
{
.carousel-item
{
opacity
:
0
;
opacity
:
0
;
transition-duration
:
.6s
;
transition-property
:
opacity
;
transition-property
:
opacity
;
transform
:
none
;
}
}
.carousel-item.active
,
.carousel-item.active
,
...
@@ -96,18 +96,6 @@
...
@@ -96,18 +96,6 @@
.active.carousel-item-right
{
.active.carousel-item-right
{
opacity
:
0
;
opacity
:
0
;
}
}
.carousel-item-next
,
.carousel-item-prev
,
.carousel-item.active
,
.active.carousel-item-left
,
.active.carousel-item-prev
{
transform
:
translateX
(
0
);
@supports
(
transform-style
:
preserve-3d
)
{
transform
:
translate3d
(
0
,
0
,
0
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment