Image swipe and snap-to-grid on Core 2 touchscreen?



  • I would like to implement music navigation with album art on the Core 2, simply swiping the covers from left to right and have them snap to grid. Are there any Core2-compatible libraries available for this?

    Thanks
    Mike



  • @mb

    The m5button engine supports swipe gestures and the sprite engine can animate your graphics.

    Not aware of any m5 animation engines that handle that but maybe have a look at the Raphael animation engine - its very neat and might inspire you to port it for m5 sprite.

    Could also look at bounce.js - the maths to calculate easing is not complicated.