Skip to content

Commit

Permalink
Merge pull request #992 from nextcloud/enh/remove-cubic-bezier
Browse files Browse the repository at this point in the history
Remove cubic bezier from transition
  • Loading branch information
szaimen authored Nov 9, 2023
2 parents 97f1a43 + 1c963e8 commit 52b9a11
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 52b9a11

Please sign in to comment.