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
We suspect it's webpack dev server shenangins. Add a window on load listener perhaps ... and maybe a clunky timeout.
The text was updated successfully, but these errors were encountered:
Test if Document.readyState is loading. If so, addEventListener('DOMContentLoaded') and update the inViewport settings.
Document.readyState
loading
addEventListener('DOMContentLoaded')
See:
Sorry, something went wrong.
Here's what I did on Coachella for fitText, do something similar
mounted: -> @fitTagline() if document.readyState == 'loading' document.addEventListener 'readystatechange', handler = => @fitTagline() if document.readyState == 'complete' document.removeEventListener 'readystatechange', handler # Setup fittext on the tagline methods: fitTagline: -> fitText @$refs.tagline, 4.2
f76d1c4
Trigger fake scrolls to force scrollMonitor to recalc during DOM read…
d6339d1
…y states Fixes #6
No branches or pull requests
We suspect it's webpack dev server shenangins. Add a window on load listener perhaps ... and maybe a clunky timeout.
The text was updated successfully, but these errors were encountered: