nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 356 forks source link

transitionend event patch #573

Closed Luxiyalu closed 4 years ago

Luxiyalu commented 10 years ago
  1. transitionend event patch

Sometimes the transition end event is triggered before touchend, which froze the slider. Force trigger it after transition end, after touchend.

  1. touch sensitivity

Set to a certain number, rather than a percentage of the width of slider. The latter one could be too insensitive if the width is large.

  1. indentation

Fixed some indentation problem which got stuck while compiling.