-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nav background during page-to-page transitions should not change #50
Comments
@dominicnguyen - the reason here is that we were doing something wacky in doing a waypoint on the scrollable div. You are supposed to do the way point on the thing that's moving within the scrollable div. Check out my fix. Better ideas? |
Note if you want to mess with this that you should be able to call |
Hey T, the fix solves my interaction concern. Why .children().first()? |
Well like I said we need a child of a scrollable div to attach the waypoint to. That seemed the best way to get one
|
When navigating to a new page, the nav's white background disappears as the new page is sliding into view. The white background should remain the same throughout the entire transition.
The text was updated successfully, but these errors were encountered: