Commit e49c7758 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #12695 from martikaljuve/offcanvas-transition

Fixed transitions on offcanvas example by adding initial left and right properties
parents 8551f42a 6d232c2b
Showing with 8 additions and 0 deletions
+8 -0
...@@ -25,6 +25,14 @@ footer { ...@@ -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 */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment