bellroy/elm-infinite-gallery

A simple gallery that supports infinite scrolling


License
BSD-3-Clause
Install
elm-package install bellroy/elm-infinite-gallery 1.0.1

Documentation

elm-infinite-gallery

A simple gallery that supports infinite scrolling. Slides can be any Html content desired.

Goal

Create a simple abstract gallery that supports swipe, infinite scroll and custom Html slides.

Demo

Demo

Usage Example

Please have a look at the example/src/Main.elm file for a minimal example.

Docs

Documentation is available on the elm packages website.

ToDo

  • Add keyboard navigation
  • Allow infinite behaviour to be a configurable option
  • Refactor transitions
  • Support vertical swipe and scrolling