mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Merge pull request #12695 from martikaljuve/offcanvas-transition
Fixed transitions on offcanvas example by adding initial left and right properties
This commit is contained in:
@@ -25,6 +25,14 @@ footer {
|
|||||||
transition: all .25s ease-out;
|
transition: all .25s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row-offcanvas-right {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-offcanvas-left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.row-offcanvas-right
|
.row-offcanvas-right
|
||||||
.sidebar-offcanvas {
|
.sidebar-offcanvas {
|
||||||
right: -50%; /* 6 columns */
|
right: -50%; /* 6 columns */
|
||||||
|
Reference in New Issue
Block a user