Skip to content

Commit

Permalink
Set animations experiment to 0 (#36248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszylkowski committed Oct 5, 2021
1 parent 40e4e22 commit 8d48368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-system/global-configs/canary-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"story-ad-placements": 1,
"story-load-first-page-only": 1,
"story-load-inactive-outside-viewport": 1,
"story-disable-animations-first-page": 0.5,
"story-disable-animations-first-page": 0,
"amp-story-page-attachment-ui-v2": 1,
"amp-sticky-ad-to-amp-ad-v3": 0
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "story-disable-animations-first-page",
"percentage": 0.5
"percentage": 0
},
{
"name": "story-load-first-page-only",
Expand Down
2 changes: 1 addition & 1 deletion build-system/global-configs/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"disable-a4a-non-sd": 1,
"amp-cid-backup": 1,
"story-ad-placements": 0.01,
"story-disable-animations-first-page": 0.5,
"story-disable-animations-first-page": 0,
"story-load-first-page-only": 1,
"story-load-inactive-outside-viewport": 1,
"amp-story-page-attachment-ui-v2": 1,
Expand Down

0 comments on commit 8d48368

Please sign in to comment.