From f98915cdddc232ed1579450642ed15f50461699b Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Mon, 20 Jul 2015 09:51:37 -0700 Subject: [PATCH] [Mobile] Comments Added comments to the mixin list. --- platform/commonUI/general/res/sass/mobile/_mixins.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/commonUI/general/res/sass/mobile/_mixins.scss b/platform/commonUI/general/res/sass/mobile/_mixins.scss index e65963f3f8..a867b49834 100644 --- a/platform/commonUI/general/res/sass/mobile/_mixins.scss +++ b/platform/commonUI/general/res/sass/mobile/_mixins.scss @@ -88,6 +88,7 @@ } } +// Transition used for the slide menu @mixin slMenuTransitions { @include transition-duration(.35s); transition-timing-function: ease;