Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slide tabs from top to bottom #165

Open
ghost opened this issue Apr 15, 2016 · 1 comment
Open

Slide tabs from top to bottom #165

ghost opened this issue Apr 15, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 15, 2016

Hi and thanks so much,
Your slider is very great, state of the art design. I wonder, is it possible through settings to slide tabs from top to bottom instead of from left to right, like a paternoster lift? If not, maybe it's a feature worth considering?

An example can be found here - the vertical carousel: http://malsup.com/jquery/cycle2/demo/carousel.php - but instead of previous and next I would like the tabbed controls.

$('#slider-id').liquidSlider({ includeTitle: false, dynamicTabs: true, panelTitleSelector: ".title-num", });

markup:

<div class="liquid-slider" id="slider-id">
                                        <div>
                                            <a>
                                                <div class="title-num">
                                                Title 1
                                                </div>
                                            </a>
                                            <div class="tab-content">
                                            ...
                                            </div>
                                        </div>
                                        <div>
                                            <a>
                                                <div class="title-num">
                                                Title 2
                                                </div>
                                            </a>
                                            <div class="tab-content">
                                            ...
                                            </div>
                                        </div>
                                    </div>
@KevinBatdorf
Copy link
Owner

It doesn't move up and down, but you could use another slider like http://unslider.com/ and then use their API to control movement. You would have to build your own tabs though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant