Skip to content

Commit

Permalink
Remove cubic bezier from transition
Browse files Browse the repository at this point in the history
Signed-off-by: Marco <marcoambrosini@icloud.com>
  • Loading branch information
marcoambrosini committed Nov 9, 2023
1 parent f978dde commit 5125f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {
.slide-up-leave-active,
.slide-down-enter-active,
.slide-down-leave-active {
transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
transition: all .2s;
}

.slide-left-enter {
Expand Down

0 comments on commit 5125f81

Please sign in to comment.