responsive touch friendly carousels
- flickity and a nice review
- SimeVidas - codepen
- [owl carousel] (http://owlgraphic.com/owlcarousel/) - from owlgraphic.com
- [slick carousel] (http://kenwheeler.github.io/slick/) - Ken Wheeler Slick Carousel
| { | |
| // Using ⌘-P, these files will never be shown in results | |
| "binary_file_patterns": | |
| [ | |
| "*.ai", | |
| "*.dds", | |
| "*.eot", | |
| "*.gif", | |
| "*.ico", | |
| "*.jar", |
responsive touch friendly carousels
| /** | |
| * iOS 6 style switch checkboxes | |
| * by Lea Verou http://lea.verou.me | |
| */ | |
| :root input[type="checkbox"] { /* :root here acting as a filter for older browsers */ | |
| position: absolute; | |
| opacity: 0; | |
| } |