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 <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
marcoambrosini authored and nextcloud-command committed Nov 9, 2023
1 parent f978dde commit 1c963e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

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 1c963e8

Please sign in to comment.