component / swipe

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

Update/refresh #10

Closed matthewmueller closed 11 years ago

matthewmueller commented 11 years ago

This PR allow you to remove and add panes via DOM manipulations, then call swipe.refresh() and it will update the carousel without losing your position on the carousel.

It also removes the need for the API methods swipe.add(el, [i]) & swipe.remove(i). So these functions have been removed.

tj commented 11 years ago

merged! 1.4.1