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
The main goal would be to provide a way to avoid tracking section viewing when for example the incito is obscure by a modal
It would perhaps do well for such a pause() to also disable lazy loading, autoplay and such.
pause()
This would be elegant if we implement it as a compliment to start() and destroy(), I think.
start()
destroy()
The text was updated successfully, but these errors were encountered:
feat(Incito, IncitoPublicationKit): Implement pausing
0cbde4f
Currently this will only affect section visibility tracking Fixes #180
f01b4fe
klarstrup
Successfully merging a pull request may close this issue.
The main goal would be to provide a way to avoid tracking section viewing when for example the incito is obscure by a modal
It would perhaps do well for such a
pause()
to also disable lazy loading, autoplay and such.This would be elegant if we implement it as a compliment to
start()
anddestroy()
, I think.The text was updated successfully, but these errors were encountered: