-
Notifications
You must be signed in to change notification settings - Fork 237
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
Pagers and progressive loading #37
Comments
yes,@daltonrooney is right.pages and progressive loading ,hash and progressive loading ,when I call "goto" methods it can be loading in progressive would be really cool if Cycle2 supported this. |
I agree on that. It would be great to have this out of the box. In the meantime I'll try to patch something together that feels like the real thing. |
OK, here is a quickfix that seems to do what we need: https://gist.github.com/4369623. It needs some testing, but I think this will do it unitl we get a native solution. Merry Christmas, pepebe |
I'd definitely like to see this as well. |
@pepebe that looks like just basic image loader functionality. C2 can already wait on all images to load before initializing: http://jquery.malsup.com/cycle2/demo/loader.php Managing pagers with a progressive loader is quiet tricky and is not yet supported. |
I use placeholder images in my markup and then use the cycle-before event to replace the placeholder on the transition. It looks something like this: https://gist.github.com/daltonrooney/4726327 |
That doesn't work with the Center plugin, btw. :-/ |
+1 for pager support with a progress loaders |
+1 for pager support with a progrive loading |
+1 for pager support with progressive loading |
Sorry Mike (malsup) didn't mean for this to turn into a +1-a-thon :-S |
Take a look at the solution Malsup posted in another thread: #111 (comment) This pretty much covers it for me. Because the entire slideshow is declared in the markup, the pager works just fine. I've already implemented this on a site and it seems pretty solid. |
+1 for pager support! |
This is a great inconvenience and a pretty major shortcoming in an otherwise great script. Is there an ETA on this? I build about 3-4 websites a month and could use this on almost every one of them. |
+1 please MiIke ! |
A humble +1 for this feature. Cycle2 is amazing! Thanks! |
+1 Would also like this feature |
+1 from me as well. Your app saved me from the massive headache of reinventing the wheel on image galleries. It was just a shame I couldn't complete the site to have pagers in addition to progressive loading. The site in question has up to 100 pages in a given gallery, and while they client was happy even without pagers, I felt like I didn't do the site justice. |
+1! I would love this right now. |
+1 for the uproar, well you did ask for one ;-) |
Take a look at this: |
+1 on pagers and progressive loading. Thank you, Cycle2 is awesome! |
+1 for pager + hash support and progressive loading |
+1 for pager + progressive. I'd LOVE to have this. Are we at an uproar yet? =) Thank you for an otherwise awesome script! |
+1 👍 |
We need this, please! |
+1 for progressive + pager |
+1 for pager support!!! I love this plugin |
+1 |
👍 please :) |
+1 for pager + progressive too !! Please :)) (2 years since your last comment, still requesting this feature :))) ) C2 is awesome by the way ! |
I'm putting together my first slideshow with Cycle2 and I already need pagers & progressive loading. I don't know if this constitutes an uproar, but I can imagine using this quite a bit. I have a workaround where I swap out a placeholder gif with the main image, but it would be really cool if Cycle2 supported this natively! :-)
http://jquery.malsup.com/cycle2/demo/progressive.php
The text was updated successfully, but these errors were encountered: