diff --git a/app/assets/stylesheets/darkswarm/animations.sass b/app/assets/stylesheets/darkswarm/animations.sass index 966f2a2d48..27df090ebc 100644 --- a/app/assets/stylesheets/darkswarm/animations.sass +++ b/app/assets/stylesheets/darkswarm/animations.sass @@ -91,20 +91,25 @@ .animate-repeat.ng-move, .animate-repeat.ng-enter, .animate-repeat.ng-leave - -webkit-transition: all linear 0.2s - transition: all linear 0.2s + -webkit-transition: all linear 300ms + transition: all linear 300ms + + -webkit-transition: border linear 500ms ease-in + transition : border 500ms ease-in .animate-repeat.ng-leave.ng-leave-active, .animate-repeat.ng-move, .animate-repeat.ng-enter opacity: 0 max-height: 0 + border-color: transparent .animate-repeat.ng-leave, .animate-repeat.ng-move.ng-move-active, .animate-repeat.ng-enter.ng-enter-active opacity: 1 max-height: inherit + border-color: inherit .animate-show