From 5e68d0bab770f3e8a9c997433dcb09ff9da49e39 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 11 Jul 2014 16:51:46 +1000 Subject: [PATCH] Basic final version --- app/assets/stylesheets/darkswarm/animations.sass | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/animations.sass b/app/assets/stylesheets/darkswarm/animations.sass index d1952d1c4c..8ef5756ecf 100644 --- a/app/assets/stylesheets/darkswarm/animations.sass +++ b/app/assets/stylesheets/darkswarm/animations.sass @@ -89,24 +89,20 @@ -webkit-transform: translateZ(0) transform: translateZ(0) &.ng-move, &.ng-enter, &.ng-leave - -webkit-transition: all 1s linear - transition: all 1s linear + -webkit-transition: all 300ms linear + transition: all 300ms linear &.ng-leave opacity: 1 border-color: rgba(153, 153, 153, 1) - //max-height: 200px &.ng-leave-active opacity: 0 - //max-height: 0px border-color: rgba(153, 153, 153, 0) &.ng-enter opacity: 0 border-color: rgba(153, 153, 153, 0) - //max-height: 0px &.ng-enter-active - //max-height: 200px opacity: 1 border-color: rgba(153, 153, 153, 1)