From 211d3c75ddc9271119d2517e8ca2a54f09d1ea1b Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 14 Sep 2013 17:50:23 -0700 Subject: [PATCH] commenting. --- lib/sass/push.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sass/push.scss b/lib/sass/push.scss index b5a77c9..dc99287 100644 --- a/lib/sass/push.scss +++ b/lib/sass/push.scss @@ -25,6 +25,7 @@ -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); + // Adding the overlay &.sliding-in, &.right:not([class*="sliding-in"]) { -webkit-animation-name: fadeOverlay; @@ -50,6 +51,7 @@ } } +// Overlay animation for the slide transition @-webkit-keyframes fadeOverlay { from { box-shadow: 0 0 10px rgba(0,0,0,0), -320px 0 0 rgba(0,0,0,0); } to { box-shadow: 0 0 10px rgba(0,0,0,.3), -320px 0 0 rgba(0,0,0,.1); }