Browse Source

Fixing fade animation missing its transition

The push-event will not be fired unless a transition is present
pull/701/head
naxvog 10 years ago
parent
commit
78f996de48
  1. 1
      sass/push.scss

1
sass/push.scss

@ -7,6 +7,7 @@
&.fade {
left: 0;
opacity: 0;
@include transition(opacity .4s);
&.in {
opacity: 1;

Loading…
Cancel
Save