J Scott Smith
J Scott Smith
@dohomi so if you are using `ParallaxBanner` unfortunately not since it is setup using background images internally. But I think it would be a good improvement to update the `ParallaxBanner`...
Good to know. In that case it may be even more flexible to allow for any image component to be composed within the banner. Potentially something like this and just...
Not quite, couple things need to happen to make these banners layers work differently from the normal `Parallax` elements: 1. Hide `overflow` and set `position` which is done in the...
Ya, I'll have to think about this some more because I'm not sure `rootMargin` is the right API to adapt for this. Currently it works by adding a margin around...
I see. Ya you may be able to achieve that but it could be a little tricky. I tried mocking something up using `startScroll` and `endScroll` which you'd have to...
Just came across this behavior -- any plans to address this issue? Accepting PRs?
I prefer `isSelected` too. > Should the PR should support both methods and warn about deprecation. Yes. I'm thinking a patch makes this an easy update.
Not related to a release, but we should also add the [storybook link](https://gumdrops.gumgum.com/) next to the Github description: 
I can't edit those details, I think I need permissions.
This only occurs when the translate amount effectively slows the element down so much that it appears fixed (or even reverses direction). This isn't a use case that should be...