From 78f996de48a613d6c89d322cb9056639b5b8e4b6 Mon Sep 17 00:00:00 2001 From: naxvog Date: Wed, 29 Oct 2014 14:27:32 +0100 Subject: Fixing fade animation missing its transition The push-event will not be fired unless a transition is present --- sass/push.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/push.scss b/sass/push.scss index 5e31961..98eaa62 100644 --- a/sass/push.scss +++ b/sass/push.scss @@ -7,6 +7,7 @@ &.fade { left: 0; opacity: 0; + @include transition(opacity .4s); &.in { opacity: 1; -- cgit v1.2.3