-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Change the container with gsap? #17
Comments
The code uses the |
I suceeded just few minutes ago, changing few lines to 'react-spark-scroll/lib/spark.js' but it begins in a dirty way:
How to dynamicly send a string value or a dom element in here?? :
|
Here's an idea off the top of my head, not sure if it'll really work:
... the downside to this is having to pass in the
|
I think I've done 50% of the work, I cloned the repo, created a branch, but i don't have the permission to commit and publish it. Am I doing the right thing? |
fork the repo to your own github, create a branch there and push it up, then open a PR |
Has this progressed at all? Curious, as I have a requirement for something like this (scroll effects within a container that is not the body). |
I'm guessing if we could change the container (like a nested div) when we require SparkScroll in a component, instead of using the body as reference for the scrollTop value?
Thank you by advance
The text was updated successfully, but these errors were encountered: