Skip to content

Commit

Permalink
added _disableAnimationFor (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko authored Mar 6, 2018
1 parent 96f7ac4 commit 37fcbad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema/config.model.schema
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@
"title": "Enforce route locking?",
"help": "If locking is enabled, this setting prevents navigating to locked routes"
},
"_disableAnimationFor": {
"type": "array",
"required": false,
"isSetting": true,
"inputType": "List",
"help": "Allows you to disable some animations (e.g. the drawer close animation) on platform(s) where they are not performing well, using CSS selectors to target the relevant platform(s) via the classes on the HTML element."
},
"_logging": {
"type": "object",
"title": "Logging",
Expand Down

0 comments on commit 37fcbad

Please sign in to comment.