We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have over-scroll behavior in the Reader that also introduces CORE. The ideas is following:
When the user scrolls to the end of the pages, pages fall to the background and on the foreground related papers are showing.
The idea of branding is not in the bottom overlapping bar but in the top one. On over-scroll regular CORE toolbar should be displayed.
The example below may be more comprehensive.
See at CodePen
However, the example requires a lot more work in the following steps:
@Joozty what do you think?
The text was updated successfully, but these errors were encountered:
Without implementing things above it's better to have smaller fixes that work in the following way:
In addition, body styles should change only with componentDidMount and componentWillUnmount
componentDidMount
componentWillUnmount
Sorry, something went wrong.
No branches or pull requests
It would be nice to have over-scroll behavior in the Reader that also introduces CORE. The ideas is following:
The idea of branding is not in the bottom overlapping bar but in the top one. On over-scroll regular CORE toolbar should be displayed.
The example below may be more comprehensive.
Example 🚀
See at CodePen
However, the example requires a lot more work in the following steps:
Open questions
@Joozty what do you think?
The text was updated successfully, but these errors were encountered: