-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
question: how to update pin spacers #116
Comments
despite its ambigous naming |
Hi Sulram, regards, |
Any updates? |
hello @janpaepke, yes, I was changing duration according to div´s height (changed in window.resize). I was able to solve this problem by destroying and re-creating the scrollmagic instance on every window.resize event... not so good, but solved the issue here is the link, but now, we removed the pins, so the problem is not hapening anymore anyway, maybe its a good idea to include a fix for that in the update method. |
It really shouldn't be necessary to destroy and re-create on resize. |
ok, I will create the jsfiddle with the previous code and post here the link, talk to you soon! thanks |
any updates? |
any updates? any updates? any updates? |
hello there, could you help me on this situation?
I have some scenes, and each of them have the same height of window, updated in every window.resize.
when I'm in the last scene (scrollbar at the bottom) and scale down the window, the pin spacer is not resized, and I get an extra space.
how can I update its height?
if I scroll up to the begining of the page and then go down to the last slide, it correct the pin spacer height.
is there a method for that?
I've tried
controller.update(true)
, but nothing happens.thank you very much
The text was updated successfully, but these errors were encountered: