Skip to content

Instantly share code, notes, and snippets.

@matteodepalo
Created April 25, 2014 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matteodepalo/11285986 to your computer and use it in GitHub Desktop.
Save matteodepalo/11285986 to your computer and use it in GitHub Desktop.
$width: 480px
.sliding-panel
+box-shadow(-1px 1px 2px rgba(0,0,0,.3))
+animation(slide 0.5s forwards)
position: fixed
bottom: 0
top: 0
right: -$width
z-index: 100
background-color: white
overflow-y: scroll
padding: 15px
width: $width
+keyframes(slide)
100%
+transform(translateX(-$width))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment