Hacker News new | ask | show | jobs
by MichaelJanssen 1692 days ago
AMP sites have a 8 seconds-delayed CSS animation on the body element, turning visibility from hidden to visible.

This animation is turned off instantly (as far as I can say) by Javascript. However when you block Javascript entirely or block ampproject.org you have to endure the whole 8 seconds. I inject "body {animation: none !important}" into all pages to remedy this.

2 comments

That slows down AMP pages relative to nom-AMP pages when JavaScript is disabled. This is not in the complaint.
Is it possible to see this in action on desktop?