-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨Implement infinite article loading on
amp-next-page
v2 (#26296)
* Added visual diff tests and better manual tests * Prototyping sticky element handling in amp-next-page * Deprecate amp-next-page-keep in favor of amp-next-page-hidden * Visibility bug fix * Remove animation added for testing * Exported host-page-specific parameters into HostPage * Preventing next-page form building again * Remove visual diff tests * Implement infinite loading for amp-next-page v2 * Implements un-loading and re-loading pages to reduce memory footprint * Added unit tests * Fixes types * Review changes
- Loading branch information
Showing
6 changed files
with
525 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,7 @@ | |
opacity: 1; | ||
overflow: visible; | ||
} | ||
|
||
.i-amphtml-next-page-placeholder { | ||
background: #eee; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.