tutorials.json 939 B

12345678910111213141516171819202122
  1. {
  2. "Basic_swipe" : {"title":"Basic swipe"},
  3. "Single_swipe" : {"title":"Single swipe"},
  4. "Any_finger_swipe" : {"title":"Any finger swipe"},
  5. "Finger_swipe" : {"title":"Finger swipe"},
  6. "Swipe_status" : {"title":"Swipe status"},
  7. "Pinch" : {"title":"Pinch"},
  8. "Pinch_status" : {"title":"Pinch status"},
  9. "Pinch_and_Swipe" : {"title":"Pinch and Swipe"},
  10. "Trigger_handlers" : {"title":"Trigger handlers"},
  11. "Stop_propagation" : {"title":"Stop propagation"},
  12. "Handlers_and_events" : {"title":"Handlers and events"},
  13. "Tap_vs_swipe" : {"title":"Tap vs swipe"},
  14. "Hold" : {"title":"Hold"},
  15. "Excluded_children" : {"title":"Excluded children"},
  16. "Page_zoom" : {"title":"Page zoom"},
  17. "Thresholds" : {"title":"Thresholds"},
  18. "Enable_and_destroy" : {"title":"Enable and destroy"},
  19. "Page_scrolling" : {"title":"Page scrolling"},
  20. "Options" : {"title":"Options"},
  21. "Image_gallery_example" : {"title":"Image gallery example"}
  22. }