Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile bookend opaque background. #19806

Merged
merged 1 commit into from Dec 12, 2018

Conversation

gmajoulet
Copy link
Contributor

  • Using an opaque background for the bookend
  • Removing the page blur on mobile, making the animation performance better

Fullbleed desktop demo
Panels desktop demo
Mobile demo

}

.i-amphtml-story-bookend-active amp-story-page[active] {
[desktop].i-amphtml-story-bookend-active amp-story-page[active] {
filter: blur(3px) !important;
transition: filter 0.3s cubic-bezier(0.0, 0.0, 0.2, 1) !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we also need to remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's still used on desktop, specifically on the new fullbleed experience. If you want to see how it looks, there's this demo or this screenshot :))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it. thanks! it feels much snappier

@gmajoulet gmajoulet merged commit 6518905 into ampproject:master Dec 12, 2018
cathyxz pushed a commit to cathyxz/amphtml that referenced this pull request Dec 17, 2018
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants