Skip to content

Instantly share code, notes, and snippets.

@davidhund
Created February 24, 2015 11:05
Show Gist options
  • Save davidhund/a54c64822f312625763c to your computer and use it in GitHub Desktop.
Save davidhund/a54c64822f312625763c to your computer and use it in GitHub Desktop.
Simplest Carousel Requirements
@danielspronk
Copy link

A requirement you might want to consider is touch optimization. Unslider doesn't support touch (swiping) which is not cool :)

@davidhund
Copy link
Author

@danielspronk I see where you're coming from ("Can't touch this") :-P

Touch support (swipe) is important, but a prime example of plugin functionality, methinks...

@davidhund
Copy link
Author

PS: just came across this re: accessibility: http://www.sitepoint.com/unbearable-accessible-slideshow

@davidhund
Copy link
Author

Also look at responsivity:e.g. http://codepen.io/bradfrost/pen/tdacu

@danielspronk
Copy link

Yeah, touch support in general should be a standalone thing (like Hammer.js), however how trivial would it be to support one gesture (just swipe)? The one thing you want ideally to have working out of the box.

@danielspronk
Copy link

Also, my personal peeve with carousels is those little dots indicating more slides.

@davidhund
Copy link
Author

@danielspronk — what about them: do you not like the dots?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment