Skip to content

Commit

Permalink
republish transition fade
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-fu committed Feb 18, 2017
1 parent 9e2123b commit 4694a41
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@

<style lang="stylus" rel="stylesheet/stylus">
.page-slide-enter-active {
transition: all .5s ease;
transition: all .3s ease;
}
.page-slide-leave-active {
transition: all .5s ease-out;
transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.page-slide-enter, .page-slide-leave-active {
transform: translateX(-100vw);
transform: translateX(10px) translateY(-50px);
opacity: 0;
}
</style>

0 comments on commit 4694a41

Please sign in to comment.