Should I Use a Carousel?
61–70 of 98 posts
Re: Should I Use a Carousel?
#62Re: Should I Use a Carousel?
#63Clever move to make the slide transition timeout juuust a tad too fast to read, further driving home the point that carousels are a shit way to present information.
Re: Should I Use a Carousel?
#64It's the classic false economy you're saving vertical space, but nobody wants to scroll your carousels, or wait for it to transition. It's always easier to just scroll down the page, especially on mobile. Apps like Instagram have a standard carousel for photo albums and people use them and can trust the functionality. But most websites have varying implementations of carousels, with weird functionality (autoplay, tra…
Yeah, but that only applies to users who are used to Instagram. It's definitely not an INTUITIVE feature.
I've had friends and family link me to Instagram posts, and though I've learned now, for a long time they'd have to explicitly mention there were additional pictures in the post, or I'd miss them.
(I don't know if it's different in the app, but certainly in the webpage those little dots at the bottom are non-obvious to a first-time user.)
Re: Should I Use a Carousel?
#65Clever move to make the slide transition timeout juuust a tad too fast to read, further driving home the point that carousels are a shit way to present information.
Every time I do UI stuff, I tell my boss that timers are a code smell. They're either too long, and the user gets bored or confused, or they're too short and the program bucks the user off and runs on without them. "Skip" buttons don't work. If you can have a Skip button, just make it a Next button and kill the timer.
Re: Should I Use a Carousel?
#66Earlier quoted context omitted.
I mostly agree with this. I've seen one valid and helpful usage of timers though: in Waze. Some things start automatically after some time, like navigation after selecting and address, or dismissing a notification. The time remaining is indicated on the corresponding button itself in a progress bar fashion.
i would absolutely HATE if navigation started itself after i selected the address after some time. I'm forgetful when it comes to short term memory, and it would annoy me deeply.
Re: Should I Use a Carousel?
#67This tells me I should absolutely use carousels. Just don't expect people to read the text in there.
Re: Should I Use a Carousel?
#68AliExpress is notorious for this, with even the "you might also like" items on a deliberately too fast slider, so something can catch your eye, but then you already have to interact with it to get it back before you've even had the chance to think about it. And once you get someone to interact with your ad, the chances of them clicking it and possibly buying it go up by a lot.
Re: Should I Use a Carousel?
#69I've often found Carousels do a good job when there is repetitive information, E.g. testimonials - you got one big testimonials but you also have a dozen more and you don't want to fill up your page with just that.. so you use a carousel.
Repetitive ... useless ... information. How much does "My daughter loved the gift. Sue K., Topeka" add to your impression of an offer or product?
Re: Should I Use a Carousel?
#70Facebook and Instagram use carousels for their Stories feature. Google uses carousels for News stories and product results. Are they the exception and if so, why? Or are they not aware of the user data?