1. 13 Mar, 2018 1 commit
  2. 19 Feb, 2018 1 commit
  3. 18 Jan, 2018 1 commit
  4. 11 Jan, 2018 1 commit
  5. 28 Dec, 2017 1 commit
  6. 13 Nov, 2017 1 commit
  7. 24 Oct, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 19 Oct, 2017 2 commits
  10. 04 Oct, 2017 1 commit
  11. 31 Aug, 2017 1 commit
  12. 22 Aug, 2017 1 commit
  13. 18 Aug, 2017 1 commit
  14. 17 Aug, 2017 1 commit
  15. 11 Aug, 2017 1 commit
  16. 17 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Fix carousel "hover" behavior on touch-enabled devices · 6ae5fb12
      Patrick H. Lauke authored
      * 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 ...
      6ae5fb12
  17. 28 Mar, 2017 1 commit
  18. 22 Mar, 2017 1 commit
  19. 15 Jan, 2017 1 commit
  20. 06 Jan, 2017 1 commit
  21. 23 Dec, 2016 2 commits
  22. 05 Dec, 2016 3 commits
  23. 02 Dec, 2016 1 commit
  24. 24 Nov, 2016 1 commit
  25. 01 Nov, 2016 1 commit
  26. 19 Oct, 2016 1 commit
  27. 06 Sep, 2016 2 commits
  28. 05 Sep, 2016 1 commit
  29. 27 Jul, 2016 1 commit
  30. 04 Jun, 2016 1 commit
  31. 31 May, 2016 1 commit
  32. 31 Jan, 2016 1 commit
  33. 09 Dec, 2015 1 commit
  34. 08 Dec, 2015 1 commit
  35. 05 Dec, 2015 1 commit