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

Working with absolute positioned elements #51

Closed
alexcroox opened this issue Jun 2, 2014 · 4 comments
Closed

Working with absolute positioned elements #51

alexcroox opened this issue Jun 2, 2014 · 4 comments

Comments

@alexcroox
Copy link

I'm using the popular Masonry plugin: http://masonry.desandro.com/ and Zepto

Echo doesn't seem to trigger on scroll, does it have anything to do with the fact Masonry positions the images absolutely?

@toddmotto
Copy link
Owner

Possibly. Have you tried calling echo.init() again whilst scrolling?

@alexcroox
Copy link
Author

So fire init() everytime inside of window.onscroll?

@toddmotto
Copy link
Owner

It's by far ideal, but trying it to see might work. If that doesn't work
then there must be something up with it.

On 3 June 2014 09:02, Alex Crooks notifications@github.com wrote:

So fire init() everytime inside of window.onscroll?


Reply to this email directly or view it on GitHub
#51 (comment).

Todd Motto | +44 7557 149 519
Lead front-end engineer
toddmotto.com | @toddmotto

@alexcroox
Copy link
Author

For reasons unknown to me adding overflow: visible; to <html> seems to have fixed the onscroll handler for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants