Flickable.js
Flickable.js copied to clipboard
Request: Resize and / or destroy methods
Methods for resizing (segment width or number of segments) and method to destroy the flickable would be nice
I agree, plus +! This would be useful for iOS orientation changes.
If you only want to limit the number of segments you could init the flickable with a larger maximum number and then limit the segments by $('#flickable').data('segments',
I second that, when building RWD site, you may want to have flickable elements that have different size according to media-queries. On resize, it would be handy to have container and segments reloaded/recalculated with new size.
Yes please!