Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

still maintained? #82

Closed
DanielRuf opened this issue Jan 31, 2018 · 11 comments
Closed

still maintained? #82

DanielRuf opened this issue Jan 31, 2018 · 11 comments

Comments

@DanielRuf
Copy link

Is this project still actively maintained?

@youradds
Copy link

It would appear not :/ Looks like I'm going to have to look for another module now, as I've just found out this one doesn't support dynamically added content. Eugh

@voidgraphics
Copy link

@youradds have you found one? 😄

@voidgraphics
Copy link

@DanielRuf interesting (and clever) solution by Mr. Walsh, however that does not feel very clean to me. I'd rather use a MutationObserver, which is the solution I am pursuing right now, but I was wondering if there was another in-view library that had this functionality baked-in.

Thank you for your answer 🙂

@DanielRuf
Copy link
Author

MutationObserver

https://caniuse.com/#feat=mutationobserver

@youradds
Copy link

@voidgraphics I ended up using inview, but when I added dynamic content I then just did this to refresh the DOM elements:

window.inView('.photo').check();

Works well for me :)

@Jetski5822
Copy link

@voidgraphics what did you come up with for mutationobserver?

@voidgraphics
Copy link

I ended up still using this library and adding another MO on top, but that felt really hacky and dirty so I wouldn't recommend going that route.

I think @youradds's suggestion might be better.

@Jetski5822
Copy link

I found this one.. https://github.com/russellgoldenberg/scrollama - trying to cut my ties with jQuery and move to be more native. It uses IntrospectionObserver which should be lighter on the site.

@oelbaga
Copy link

oelbaga commented Feb 1, 2019

ScrollMagic is probably the next best bet, and it just started to be maintained again after a donation.

@Jetski5822
Copy link

Go with Scrollama... it’s uses IntersectionObserver.

Works perfectly

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

No branches or pull requests

6 participants