flekschas/piling.js

Think of a better way to leaf through vertically-stacked items

Opened this issue · 0 comments

Commit or branch: master

Observed behavior

  • When positioning the items to the bottom, we need to hover at the top to see each item

Feb-24-2020 17-31-48

  • When positioning the items to the top, they will occlude each other

Feb-24-2020 17-30-58

Expected behavior

  • The user would like to hover at the bottom to have the same effect as the first gif

Steps to reproduce

  1. In the first case, I set pileItemOffset to [0, 5]
  2. In the second case, I set pileItemOffset to [0, -5]