slideout icon indicating copy to clipboard operation
slideout copied to clipboard

Features proposal

Open tomasdev opened this issue 9 years ago • 7 comments

I understand the idea is to keep it as simply as possible, but it would be nice to have:

  1. Ability to have Push Panels instead of Slide/Reveal.
  2. Ability to have the navigation appear on top of the content instead of behind. This means, animating the hidden menu translateX instead of content, and obviously higher z-index.
  3. Ability to have it on the right, instead of the left (this might get tricky with overflows).

Would you be accepting PRs for these?

tomasdev avatar Mar 03 '15 21:03 tomasdev

Tomás, thanks for the proposals. We will accept prs for all of them.

impronunciable avatar Mar 03 '15 21:03 impronunciable

Ability to have the navigation appear on top of the content instead of behind. This means, animating the hidden menu translateX instead of content, and obviously higher z-index.

@tomasdev Have you started any work on this feature? I also find it a bit distracting to have the content overlap the menu when the transition happens.

phillipadsmith avatar Apr 04 '15 23:04 phillipadsmith

@phillipadsmith nope, haven't had the time. Feel free to do it.

tomasdev avatar Apr 05 '15 02:04 tomasdev

@tomasdev Actually, mucking about with it, I'm not sure it requires more than a z-index: 1 on .slideout-menu Perhaps, I am missing something?

cc @pazguille @danzajdband

phillipadsmith avatar Apr 06 '15 19:04 phillipadsmith

@phillipadsmith yes sir, it is z-index + animating the menu instead of animating the content.

tomasdev avatar Apr 06 '15 21:04 tomasdev

yes sir, it is z-index + animating the menu instead of animating the content.

Is the animation you reference necessary? What I'm seeing here is that simply setting the z-index on .slideout-menu solves the issue I was experiencing with overlapping content. That can be achieved easily without any update to the library.

phillipadsmith avatar Apr 06 '15 23:04 phillipadsmith

+1 for Ability to have the navigation appear on top of the content instead of behind. This means, animating the hidden menu translateX instead of content, and obviously higher z-index.

hoscb avatar Sep 17 '16 02:09 hoscb