-
Notifications
You must be signed in to change notification settings - Fork 333
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
unparallax() seems not to work #55
Comments
Yeah, I have got some ideas. I can't look at it right away, unfortunately. On 23 January 2013 13:58, ghmicha notifications@github.com wrote:
|
Hi , Got the same issue, did you find a solution ? Ron |
[removed quick fix that did not always work] |
I also found out that not all times are removed when you call unparallax(), one is left:
|
Should be unfreeze or unparallax? |
This hasn't been fixed I think? The documentation says you should use jQuery('.parallax-layer').trigger('freeze'); with potentially some options, but yeah, looking at the code it seems like it's no longer the way to go. How should we proceed to unparallax layers and make them return to their initial positions? |
Hi,
I want to unparallax some layers when a user clicks a button.
I'm calling
to init the parallax and
to stopp the parallax. But it did nit stop. I already checked if the functions (jQuery.fn.unparallax = function(bool) and function unparallax(node, port, events) ) are called, but the second one throws an error:
Any idea?
The text was updated successfully, but these errors were encountered: