0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add initial right and left properties to offcanvas example for transitions.

This commit is contained in:
Marti Kaljuve 2014-02-11 18:18:21 +02:00
parent 2cef0af211
commit 6d232c2b9b

View File

@ -25,6 +25,14 @@ footer {
transition: all .25s ease-out;
}
.row-offcanvas-right {
right: 0;
}
.row-offcanvas-left {
left: 0;
}
.row-offcanvas-right
.sidebar-offcanvas {
right: -50%; /* 6 columns */