-
Notifications
You must be signed in to change notification settings - Fork 146
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
initAnimation: false not working #79
Comments
Hmm, that is a problem. Thanks for reporting it. |
Ok, this should be fixed in v2.2.15. |
Hmm, it seems that it's stopped it doing it on loading the first slide, but if you put in a specific slide — alpha.may-ninth.co.uk/work/#samme — it still scrolls. |
Hmm, yeah it was working fine locally, but with image loading delay I see it is still an issue... It's not a simple fix so give me a bit more time. Thanks! |
Ok, I ended up completely rewriting the initialization function so hopefully this bug has been stomped flat. :P |
this problem seems to have reappeared for me. I'm using version 2.3.4 |
@dubdesign Check out this (demo)... the slider starts on the third panel without the beginning animation and all events are showing up properly in the event window underneath. So, it looks like everything is working perfectly to me. Are you not seeing the same thing? If not, what browser are you seeing the problem in? Are there any javascript errors on your page (press F12 and look at the console). |
hi, thanks for your reply. Easiest thing is probably to show you an example as you can see it opens up on the 1st image and then transitions to the selected image (which wont actually load for you), i use chrome and firefox and both have the same problem. I've added console.log messages on the callbacks so that you can see whats happening. It has worked in the past but i dont know at what point it stopped as i've only just started using git so cant go back and look at changes Thanks |
@dubdesign Hmm, I sorry I don't have a lot of time to troubleshoot the problem you're having... but from looking at the console log, I'm not sure why the "completed callback" is the first event and the "initialized callback... imageSwap has been called from initialized" is shown twice! The initialized function should only be called once. So I added another call to the plugin in this demo and it did the same thing!...
So look in your code for a second call to the plugin, and I'll open a new issue (#112) so I can keep track of this problem. |
no problem, i appreciate you taking the time to look. I checked the code and the plugin is only called once. I've now reverted to v2.3 and that has fixed my problem so i guess something is conflicting with v2.3.4 |
Hi again!
I'm having an issue with "initAnimation: false" not working (and thus MovingBoxes scrolling the slider when I don't want it to) on page load.
A demo of this:
http://alpha.may-ninth.co.uk/work
Please note that the scrollTop is normal/wanted behaviour, and not a bug with MovingBoxes.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: