🚀 [Story performance] Disable animations on first page if story is transformed#37135
Conversation
|
Hey @gmajoulet, @newmuis! These files were changed: |
gmajoulet
left a comment
There was a problem hiding this comment.
Plz also update this:
amphtml/extensions/amp-story/1.0/amp-story.js
Lines 417 to 425 in 0c200f5
|
We received a bug report about this recently. Is there any additional context? E.g. is this a permanent change? |
|
I've mentioned on Slack recently:
Hope that gives some context, but I'm happy to also answer any more questions on Slack or here. |
|
Cool, thanks. Is there some public live documentation we can point non-technical users to re: the current state of experiments? E.g. even a markdown file in amphtml would be nice. |
|
Not great for non-technical users but maybe this is a special case that won't happen too often. |
|
Could be potentially easy to make a dashboard that parses these JSONs and shows them in a table, not sure if it's worth it for the couple of people that might be interested in them @ampproject/wg-infra |
|
Did someone say dashboard? I took your suggestion as a challenge to whip up something very simple: https://amp-experiments-dashboard.vercel.app/ Source code: https://github.com/swissspidy/amp-experiments-dashboard |
We want to disable the animations on the first page if the story is transformed, to prepare for the CSS split that would glitch (show + hide + animate in) animated elements on the first page.