Skip to content

Commit

Permalink
update default page transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 7, 2019
1 parent d0792a6 commit 96244e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/js/project_name/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ config.map = {
config.outbox = {};

config.transitions = {
'default': "slide",
'save': "flip"
'default': "none"
};

for (var key in overrides) {
Expand Down
3 changes: 1 addition & 2 deletions app/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ config.map = {
config.outbox = {};

config.transitions = {
'default': "slide",
'save': "flip"
'default': "none"
};

for (var key in overrides) {
Expand Down

0 comments on commit 96244e3

Please sign in to comment.