swipe.css 237 B

1234567891011
  1. /*!
  2. * AngularJS Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.8-master-aba7b2b
  6. */
  7. [md-swipe-left], [md-swipe-right] {
  8. touch-action: pan-y; }
  9. [md-swipe-up], [md-swipe-down] {
  10. touch-action: pan-x; }