Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !6565

Add experimental off-canvas layout

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/trumbitta/off-canvas-experimental into 3.0.0-wip Jan 12, 2013
  • Overview 0
  • Commits 21
  • Pipelines 0
  • Changes 12

Created by: trumbitta

I don't think this is going to ever be accepted, but I hope it could be a nice beginning to play with. Just read on...

Based on: https://github.com/bradfrost/this-is-responsive/blob/gh-pages/patterns/layout-offcanvas-right.html

TODO:

  • fix WebKit infinite loop transition bug (automagically fixed since Bootstrap 3 switched to Mobile First)
  • refactor JS into a proper Bootstrap plugin (but can be improved), with proper unit tests
  • must be tested on all the browsers supported by Bootstrap (this is a WIP and will be unchecked whenever there's some related bug being worked out)
  • add proper documentation
  • add variant with sidebar coming from the left: .row-offcanvas-left
  • delete temporary html file from examples
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/trumbitta/off-canvas-experimental