Mithril Infinite Versions Save

Infinite scroll for Mithril

1.1.1

7 years ago

v1.0.0

7 years ago

v0.6.2

7 years ago

0.5

8 years ago

This version optimizes scrolling on mobile, at least on iOS.

The former method of rotating through slots caused flashes on iOS. The current method is more conventional and uses empty page slots that are kept (only their content is voided).

0.4

8 years ago

This release changes the setup of styles:

  • All styles are now included in the main library file, using j2c
  • CSS classes have been renamed to BEM-style

Class reference:

  • scrollView: mithril-infinite__scroll-view
  • scrollViewX: mithril-infinite__scroll-view--x
  • scrollViewY: mithril-infinite__scroll-view--y
  • scrollContent: mithril-infinite__scroll-content
  • content: mithril-infinite__content
  • pages: mithril-infinite__pages
  • page: mithril-infinite__page
  • pageEven: mithril-infinite__page--even
  • pageOdd: mithril-infinite__page--odd
  • before: mithril-infinite__before
  • after: mithril-infinite__after
  • paddingBefore: mithril-infinite__padding-before
  • paddingAfter: mithril-infinite__padding-after

0.3

8 years ago