jscottsmith / react-scroll-parallax

🔮 React hooks and components to create parallax scroll effects for banners, images or any other DOM elements.
https://react-scroll-parallax.damnthat.tv/
MIT License
2.86k stars 158 forks source link

fix: initial disabled controller state (#210) #211

Closed jscottsmith closed 1 year ago

jscottsmith commented 1 year ago

fixes #210

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-scroll-parallax ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2023 9:50pm
github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size
dist/react-scroll-parallax.cjs.production.min.js 6.16 KB (-0.24% 🔽)
dist/react-scroll-parallax.esm.js 5.85 KB (-0.22% 🔽)
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.52 :tada:

Comparison is base (2ff50ca) 85.65% compared to head (f6167b4) 86.17%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #211 +/- ## ========================================== + Coverage 85.65% 86.17% +0.52% ========================================== Files 19 19 Lines 237 246 +9 Branches 51 54 +3 ========================================== + Hits 203 212 +9 Misses 33 33 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/jscottsmith/react-scroll-parallax/pull/211?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J+Scott+Smith) | Coverage Δ | | |---|---|---| | [src/components/ParallaxProvider/index.tsx](https://codecov.io/gh/jscottsmith/react-scroll-parallax/pull/211?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J+Scott+Smith#diff-c3JjL2NvbXBvbmVudHMvUGFyYWxsYXhQcm92aWRlci9pbmRleC50c3g=) | `96.00% <ø> (-0.43%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/jscottsmith/react-scroll-parallax/pull/211/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J+Scott+Smith) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J+Scott+Smith). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=J+Scott+Smith)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.