slider
Here are 942 public repositories matching this topic...
.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined
// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],
//plugins文件夹下
import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}
.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone
The documentation states that this is Glide's structure, but specifically mentions adding the track attribute. So if that's required, is the HTML class structure also required or is it just for example?
<div class="glide">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide">0</li>
<li class="glide__slide">1</li>
When writing a custom pager, README.md says to use data-slide-index .. but this does not work, it should be data-slideindex which works.
Can you please update your README on git to help others who may experience the same issue.
Also, the pager example on your website is throwing a 404 error.
When I use arrow key navigation on a slider, all Sliders on the current Page slide, too.
slider settings:
{
arrowKeys: true,
autoplay: false,
autoplayHoverPause: true,
container: "#cclt__events__event-list",
speed: 600
}
Tiny-slider version: 2.9.2
Chrome 78
I'm doing the example 14
http://seiyria.com/bootstrap-slider/#example-14
Is it possible to fix the labels? Or show the points between same distance?
Because if the points are near the labels are overlapping.
问题描述
作者是个菜鸟,请详细地描述问题,不要一句话带过(特别是将描述放在标题上的),根据情况贴上代码
处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了
产生环境
- **使用版本:-
- **引入方式:CDN | NPM
- **演示地址:-
提示错误信息
- Invalid prop: custom validator check failed for prop "startDate".
- Invalid prop: custom validator check failed for prop "endDate".
- Invalid prop: custom validator check failed for prop "value".
代码区域
When using drag_interval the onChange event is called twice on every move to the right.
Her's an example to demonstrate this issue:
http://jsfiddle.net/y81j67qh/13/
If you drag the bar to right it always calls the onChange event 2x. First has the old from time, the second has both from and to times updated.
Another issue is that occasionally if you move the bar left slowly (by one step) it does
Mention polyfill false needs to be set, to use this plugin in the browsers that support range element. This information is somewhere inside as a comment, and using it in modern browsers results in the native range element which is confusing.
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
May 30, 2020 - Swift
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Oct 4, 2019 - Java
-
Updated
May 25, 2020 - Dart
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
In Safari the slide effect isn't very nice:
https://codepen.io/AndreKelling/pen/NoGQQr
Images just appear complete once they are fully slided in.
Safari: Version 12.0.2
Wallop: https://rawgit.com/peduarte/wallop/master/js/Wallop.min.js
-
Updated
Jun 6, 2020 - Vue
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Oct 30, 2017 - Swift
-
Updated
Feb 13, 2019 - Java
-
Updated
Jun 4, 2020 - Kotlin
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Sep 28, 2019 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
May 6, 2020 - TypeScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Apr 26, 2020 - Kotlin
Improve this page
Add a description, image, and links to the slider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slider topic, visit your repo's landing page and select "manage topics."

[] bug
[x ] enhancement
feature-discussion (RFC)
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the
data-sizesattribute instead of the regularsizesattribute. This isn't documented in the API however