component / swipe

Swipe component with touch support (for image carousels, dynamic content etc)
http://component.github.com/swipe
61 stars 14 forks source link

replace show event with showing, wait till "transitionend" to emit show #16

Closed matthewmueller closed 11 years ago

matthewmueller commented 11 years ago

This PR separates show from showing.

show now will not emit until the transition to the next pane finishes, while showing will fire immediately.