tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

Vanilla javascript slider for all purposes.

Results 170 tiny-slider issues
Sort by recently updated
recently updated
newest added

__Issue description__: When a slider loops it loads the stack of slides after the last animation. Therefor there is a blank slide until the animations stops and the "refill" of...

I have read almost every Issues and Pull Requests and the project leader has simply not accepted or denied these. I came here because I wanted to present some ideas...

Hi, The events dragStart and dragMove are both triggered on mousedown without moving. I think at least dragMove should only be triggered when you're actually dragging/moving. tns 2.9.3 / chrome+edge...

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. Release notes Sourced from vm2's releases. 3.9.7 Fixes b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7:...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

__Issue description__: First, thank you for great library. I think it would be better if this library has drag threshold. Currently, slides change even with one pixel movement. It's very...

I have pretty old table layout website. My slider must be installed in to the table with relative width, for example: ``` ....my tiny-slider.... ``` But in this case tiny-slider...

Bumps [undefsafe](https://github.com/remy/undefsafe) from 2.0.2 to 2.0.5. Release notes Sourced from undefsafe's releases. v2.0.5 2.0.5 (2021-10-17) Bug Fixes remove debug and add tests (58fc474), closes #12 Commits 5d3fa34 chore: adding semver...

dependencies

__Issue description__: Loading inside angular via typescript shows duplicate declaration of `preventScrollOnTouch?: "auto" | "force" | false; line243 and line 260 in tiny-slider.d.ts` __Demo link/slider setting__: _Tiny-slider version_: 2.9.3 _Browser...

The slider does only slide a few pixels if embedded into a shadow dom. Works well without using shadow dom. ``` container: this.container.shadowRoot.querySelector('.my-slider'), items: 1, slideBy: 'page', autoplay: true, mouseDrag:...