Testing it out as a user, the slide transitions didn't feel as responsive to swipe velocity as I expected. In particular, if I swipe even a small distance but quickly, I expect to trigger the transition. I just tested it with iOS and Android, and they both seem to do it at least for left-to-right transitions of home screen pages, and Android does it for the top menu. From looking at [the source]( https://github.com/k…
Slick – Carousel
41–50 of 119 posts
Re: Slick – Carousel
#42Earlier quoted context omitted.
I honestly can't think of an instance where a carousel is the best UI element to use, yet everyone requests them. Why?
Internal Department Head You Can't Say No To: "We need our campaign on the front page next month." Website Manager: "Okay, we'll put you in the carousel."
Re: Slick – Carousel
#43It looks to me like pinch/zoom doesn't work. Not a big deal, but I wouldn't call it perfect until it's flawless on a tablet and phone.
What do you mean pinch/zoom?
Here is the code:
Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason.Re: Slick – Carousel
#44Earlier quoted context omitted.
What do you mean pinch/zoom?
The page itself (not the slider), sets a fixed viewport, which means that a user cannot pinch/zoom the page on a tablet/phone. Here is the code: Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason.
Re: Slick – Carousel
#45Re: Slick – Carousel
#46Re: Slick – Carousel
#47Earlier quoted context omitted.
I honestly can't think of an instance where a carousel is the best UI element to use, yet everyone requests them. Why?
They're an absolute boon to Web designers where different stakeholders in the client organisation can't make up their bloody minds. There comes a snapping point where a carousel is suggested to avoid insanity.
Re: Slick – Carousel
#48I don't wish to engage in standard HN negativity, but I'd like to suggest that you should probably don't want to use a carousel at all most of the time. From the user's perspective, a carousel is just a random image. You'll get more conversions if you choose the best image instead of a random one. http://www.bayesianwitch.com/blog/2014/carouselsarebadforcon...
"Don’t Use Automatic Image Sliders or Carousels, Ignore the Fad" http://conversionxl.com/dont-use-automatic-image-sliders-or-...
Re: Slick – Carousel
#49Earlier quoted context omitted.
The page itself (not the slider), sets a fixed viewport, which means that a user cannot pinch/zoom the page on a tablet/phone. Here is the code: Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason.
Well that's not a plugin problem, thats a demo page problem. And I typically disable that when there is responsive/mobile formatting in place
Re: Slick – Carousel
#50The script says it uses CSS3 when available, so I wonder if the markup can also be structured to be styled when the page loads, instead of when javascript loads. (I've done this before with my own carousel -- everything is set up with CSS, and javascript is only used to make the left/right arrows function).