aboutsummaryrefslogtreecommitdiff
path: root/docs/components/carousel.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-298/+0
2017-05-27update components docsMark Otto1-5/+3
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-49/+49
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-04-17Fix carousel "hover" behavior on touch-enabled devicesPatrick H. Lauke1-1/+2
* Add carousel mouse listeners even if touch events enabled - touch events are enabled not just on "mobile", just also on touch-enabled desktop/laptop devices; additionally, it's possible to pair a mouse with traditionally touch-only devices (e.g. Android phones/tablets); currently, in these situations the carousel WON'T pause even when using a mouse * Restart cycle after touchend as `mouseenter` is fired as part of the touch compatibility events, the previous change results in carousels which cycle until the user tapped/interacted with them. after that they stop cycling (as `mouseleave` is not sent to the carousel after user scrolled/tapped away). this fix resets the cycling after `touchend` - essentially returning to the previous behavior, where on touch the carousel essentially never pauses, but now with the previous fix it at least pauses correctly for mouse users on touch-enabled devices. includes documentation for this new behavior.
2017-04-11Remove inappropriate role="listbox" from carouselsPatrick H. Lauke1-4/+4
2017-04-08drop img-fluid for w-100Mark Otto1-12/+12
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-3/+6
2017-03-22fix data-pause documentation for carousel (#21938)Gifford Nowland1-2/+2
fix data-pause documentation for carousel
2017-03-22Carousel - Add attributes from and to for Slid and Slide events (#21668)Johann1-0/+2
Carousel - Add attributes from and to for Slid and Slide events
2017-01-01Fix carousel markupQuy1-4/+4
2016-12-31Move .table-responsive from wrapper to .tableQuy1-64/+60
2016-12-29Drop IE9 calloutQuy1-6/+0
2016-12-04drop the .carousel-control base classMark Otto1-4/+4
2016-12-04rename once moreMark Otto1-8/+8
2016-12-04rename in docsMark Otto1-2/+2
2016-12-04move multiple carousels section up, add responsive classes there, reformat ↵Mark Otto1-29/+18
some stuff
2016-12-04break up example into three separate examples to show flexibilityMark Otto1-7/+62
2016-12-04clear up docs introMark Otto1-1/+5
2016-12-04update left/right classes on controls and add img classesMark Otto1-5/+5
2016-10-27Merge pull request #19887 from ryanburnett/v4-devMark Otto1-6/+12
Alphabetized carousel options & added "ride" to it
2016-10-27fixes #18565: mention carousel sizing in docsMark Otto1-0/+2
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-07-17Port #19410 to v4Pvanhesteren1-2/+2
Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce]
2016-05-12Alphabetized carousel options & added "ride" to itRyan Burnett1-6/+12
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert1-3/+3
[skip sauce]
2015-10-11Add docs for #17710Chris Rebert1-1/+1
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert1-6/+6
[skip sauce]
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-1/+1
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-12/+15
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-4/+4
2015-03-30move more js stuff to components sectionMark Otto1-0/+238