Request for Shift

I love shift component and use it as a slider, and I’ll like to to be able to :
Hide the indicator
Hide the Navigation
And to be able to choose speed for the Transition (fast, medium slow).

Thanks

Hi there @beretrouge – Sounds like you’re trying to hide all the stuff that sets the Shift stack apart! :stuck_out_tongue_winking_eye:

In all seriousness though, it seems like the Slider stack in Foundry would be more up your alley.

:grin:
I use it instead of the Slider stack because it has two specific options I like:

  1. Add animated content over the Slide
  2. You can adjust the height of the Shift slider for Mobile Tablet and Desktop !

If you use Landscape images with Slider Stack, they look very small on Smartphone. Using Shift I have the option to modify the height !!
Very useful for me

I agree. Slider and Shift are quite different and although you can use Slider to create somewhat similar Shift type layouts, you end up using a load of stacks inside stacks to achieve what Shift can do on its own.

1 Like

@beretrouge – At this time I’m not keen on adding toggles for removing the navigational elements of the Shift stack. I’ll add it to my list of things to look at in the future though.

1 Like

Thank you,
in the meantime I will use this:

.cd-slider-nav {
display: none !important;
}