Closed phucbm closed 3 years ago
Yes, i also have this problem.
I figured it out.
Scrollify Source code needs to be this: if(firstLoad===true) { firstLoad = false; settings.afterRender(); }
Instead of this: if(firstLoad===true) { settings.afterRender(); firstLoad = false; }
@elvitos-peterson raise a PR please. I'll get it merged in.
I just have a small question. How to add move() method inside afterRender option?
If I set like this console is giving me an error about maximum call stacksize exceeded.
Originally posted by @Shashank-Bhatt1 in https://github.com/lukehaas/Scrollify/issues/274#issuecomment-439874130