3D stackable slider suggestion
See original GitHub issueThis is a (multiple allowed):
- bug
- enhancement
- feature-discussion (RFC)
Expected Behavior
I would like to discuss new sliding effect, something like coverflow but the slides stack behind and a part of slides behind shown, will be nice if you add transparent option too for background slides
: {
backTransparent: 0.9,
depth: 100,
slideShadows : true
}
Something sliding like the following demos: http://www.jqueryscript.net/demo/Simplest-3D-Image-Carousel-Plugin-For-jQuery-Carousel-js/ http://www.jqueryscript.net/demo/Cross-browser-3D-Rotator-Plugin-For-jQuery-rollingslider-js/
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:28 (2 by maintainers)
Top Results From Across the Web
CSS Infinite 3D Sliders
We started with a circular slider that rotates infinitely, sort of like a fidget spinner that holds images. Then we made one that...
Read more >StackSlider: A Fun 3D Image Slider - Codrops
An experimental image slider that flips through images in 3D. Two stacks resemble image piles where images will be lifted off from and ......
Read more >WordPress plugins Stack Slider - 3d Image Slider Plugin
An experimental image slider that flips through images in 3D. Cross-browser jQuery carousel plugin for cycling automatically through a list ...
Read more >3D stackable slider - CodePen
<div class="swiper-slide">Slide 1</div>. 7. <div class="swiper-slide">Slide 2</div>. 8. <div class="swiper-slide">Slide 3</div>.
Read more >Designing The Perfect Slider - Smashing Magazine
Because sliders always control something — be it a single value or a range of values, a pricing tier, a position in 3D...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@stale huh? stupid bot! this repo seems messed up with a bot that doesn’t understand any language it seems!
Hello, I’ve added the option for vertical layout as suggested in github. Please get the latest version form this link ( https://github.com/dpesofficial/stack-slider).
For usage: Add this script tag above index.html :
<script type="text/javascript"> $( "#slider" ).stack_slider({ autoPlaySpeed: 6000, autoPlay: false, dots: true, arrows: true, drag: true, direction: "vertical" }); </script>or follow usage from github readme file.
On Thu, Aug 16, 2018 at 6:15 AM Dipesh Thapa dpesofficial@gmail.com wrote: