Skip to content

Commit

Permalink
Merge pull request #971 from wg5945/#959
Browse files Browse the repository at this point in the history
fix issues #959
  • Loading branch information
airyland committed Feb 22, 2017
2 parents 9e4b61c + 1836593 commit fe7b84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,11 @@ html, body {
}
@keyframes popInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
Expand All @@ -261,6 +263,7 @@ html, body {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
Expand Down

0 comments on commit fe7b84c

Please sign in to comment.